Remove unnecessary variables

This commit is contained in:
Manuel Thalmann 2023-03-16 20:14:57 +01:00
parent b2d7433487
commit 9c124386c3

View file

@ -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";