Fixed removal of setup directory

This commit is contained in:
RealStickman 2022-06-05 20:09:19 +02:00
parent 41fc2afa83
commit ee6be483ea

View File

@ -5,9 +5,6 @@ set -euo pipefail
# get script directory # get script directory
scriptloc=$(realpath "$BASH_SOURCE") scriptloc=$(realpath "$BASH_SOURCE")
setupdir=$(dirname "$scriptloc") setupdir=$(dirname "$scriptloc")
echo $scriptloc
echo $setupdir
exit
#setupdir=$(pwd) #setupdir=$(pwd)
#change to home directory #change to home directory
@ -435,9 +432,8 @@ echo Finished downloading config
#cleanup #cleanup
# TODO make this work again rm -rf "$setupdir"
#rm -rf "$setupdir" echo Removed setup files
#echo Removed setup files
#downloading config #downloading config
echo Setting config echo Setting config