Remove unnecessary variables

This commit is contained in:
Manuel Thalmann 2023-04-02 04:21:22 +02:00
parent 65a2f1ec30
commit 6256c64126

View file

@ -3,10 +3,6 @@ NEXTCLOUD_DIR="${NEXTCLOUD_DIR}";
INSTALL_FONTS="${INSTALL_FONTS}";
dir="${BASH_SOURCE%/*}";
pushd "$dir" > /dev/null;
scriptRoot="$dir/../..";
softwareRoot="$scriptRoot/Software";
configRoot="$scriptRoot/Config";
cloudRoot="$configRoot/rclone";
# Sync clouds
{