Remove unnecessary variables

This commit is contained in:
Manuel Thalmann 2023-04-02 04:21:22 +02:00
parent 3dd017e1d5
commit 84d6a53524

View file

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