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
scriptloc=$(realpath "$BASH_SOURCE")
setupdir=$(dirname "$scriptloc")
echo $scriptloc
echo $setupdir
exit
#setupdir=$(pwd)
#change to home directory
@ -435,9 +432,8 @@ echo Finished downloading config
#cleanup
# TODO make this work again
#rm -rf "$setupdir"
#echo Removed setup files
rm -rf "$setupdir"
echo Removed setup files
#downloading config
echo Setting config