Remove unnecessary variables
This commit is contained in:
parent
3dd017e1d5
commit
84d6a53524
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue