From 66ef818ec858be8e33e591c2c808c28c6fef9dc0 Mon Sep 17 00:00:00 2001 From: sp3nx0r Date: Wed, 2 Oct 2019 16:11:51 -0500 Subject: [PATCH] fixing perms on script and uncommenting line from debugging --- scripts/update_pwnagotchi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 scripts/update_pwnagotchi.sh diff --git a/scripts/update_pwnagotchi.sh b/scripts/update_pwnagotchi.sh old mode 100644 new mode 100755 index f68d9253..eaca8a57 --- a/scripts/update_pwnagotchi.sh +++ b/scripts/update_pwnagotchi.sh @@ -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