|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/usr/bin/with-contenv bash |
|
|
|
|
|
|
|
echo '------------------------------' |
|
|
|
echo '| Rutorrent theme.park Mod |' |
|
|
|
echo '| qBittorrent theme.park Mod |' |
|
|
|
echo '------------------------------' |
|
|
|
|
|
|
|
# Display variables for troubleshooting |
|
|
@ -25,7 +25,7 @@ if [[ ! -d /theme ]]; then |
|
|
|
echo '--------------------------' |
|
|
|
echo '| Copying the template |' |
|
|
|
echo '--------------------------' |
|
|
|
cp -r /root/defaults/theme /theme |
|
|
|
cp -r /defaults/theme /theme |
|
|
|
printf 'Template copied to "/theme"\n' |
|
|
|
fi |
|
|
|
|
|
|
|