Fixed removal of setup directory
This commit is contained in:
parent
41fc2afa83
commit
ee6be483ea
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user