Move variable to proper scope

This commit is contained in:
Manuel Thalmann 2023-03-16 19:54:53 +01:00
parent bdf710ea49
commit db717b83b3
2 changed files with 1 additions and 1 deletions

View file

@ -3,6 +3,7 @@ dir="${BASH_SOURCE%/*}";
scriptRoot="$dir/../..";
softwareRoot="$scriptRoot/Software";
configRoot="$scriptRoot/Config";
cloudRoot="$configRoot/rclone";
# Sync clouds
{

View file

@ -5,7 +5,6 @@ utilRoot="$scriptRoot/Scripts";
deviceRoot="$scriptRoot/Devices";
softwareRoot="$scriptRoot/Software";
configRoot="$scriptRoot/Config";
cloudRoot="$configRoot/rclone";
source "$softwareRoot/rclone/install.sh";