Remove unnecessary variables
This commit is contained in:
parent
b2d7433487
commit
9c124386c3
1 changed files with 0 additions and 5 deletions
|
@ -1,10 +1,5 @@
|
|||
#!/bin/bash
|
||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||
scriptRoot="$dir/../..";
|
||||
utilRoot="$scriptRoot/Scripts";
|
||||
deviceRoot="$scriptRoot/Devices";
|
||||
softwareRoot="$scriptRoot/Software";
|
||||
configRoot="$scriptRoot/Config";
|
||||
|
||||
source "../../Software/rclone/install.sh";
|
||||
|
||||
|
|
Loading…
Reference in a new issue