Move variable to proper scope
This commit is contained in:
parent
55a4cd57a7
commit
0f91200315
2 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,7 @@ dir="${BASH_SOURCE%/*}";
|
|||
scriptRoot="$dir/../..";
|
||||
softwareRoot="$scriptRoot/Software";
|
||||
configRoot="$scriptRoot/Config";
|
||||
cloudRoot="$configRoot/rclone";
|
||||
|
||||
# Sync clouds
|
||||
{
|
||||
|
|
|
@ -5,7 +5,6 @@ utilRoot="$scriptRoot/Scripts";
|
|||
deviceRoot="$scriptRoot/Devices";
|
||||
softwareRoot="$scriptRoot/Software";
|
||||
configRoot="$scriptRoot/Config";
|
||||
cloudRoot="$configRoot/rclone";
|
||||
|
||||
source "$softwareRoot/rclone/install.sh";
|
||||
|
||||
|
|
Loading…
Reference in a new issue