fixing perms on script and uncommenting line from debugging

This commit is contained in:
sp3nx0r
2019-10-02 16:11:51 -05:00
parent 6d2af37203
commit 66ef818ec8

2
scripts/update_pwnagotchi.sh Normal file → Executable file
View File

@ -79,7 +79,7 @@ test_github
# clean up old files, clone master, set checkout to commit if needed.
echo "[+] Cloning to $GIT_FOLDER..."
#rm $GIT_FOLDER -rf
rm $GIT_FOLDER -rf
git clone $GIT_URL $GIT_FOLDER -q
cd $GIT_FOLDER
if [ $VERSION != "master" ]; then