From 752541a5637eadab87e9ef1018985cf954586f4f Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Fri, 4 Aug 2023 14:50:03 -0500 Subject: [PATCH] update to hacking_api_prereq function --- pimpmykali.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pimpmykali.sh b/pimpmykali.sh index d7b610c..982b524 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -1382,7 +1382,7 @@ hacking_api_create_cleanupsh() { echo " *) exit ;;" >> $cleanup_script echo " esac" >> $cleanup_script chmod +x cleanup.sh - + startup_script="start-api-hacking.sh" echo -e "\n $greenplus Creating start-api-hacking.sh" echo -e "#!/bin/bash" > $startup_script @@ -1465,6 +1465,7 @@ hacking_api_prereq() { chown -R $finduser:$finduser /home/$finduser/labs cd /home/$finduser/labs/crAPI/deploy/docker fi + chmod -R 777 $HOME/peh/labs $HOMD/peh/labs/* echo -e "\n $greenplus Please cd $PWD" echo -e " and run the following command : sudo docker-compose up " }