From 96ea88c5b2482b3118a86e779aeff75e0d6de56b Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Wed, 24 May 2023 07:44:37 -0500 Subject: [PATCH] changed function name lines, 1185, 1267, 1282 --- pimpmykali.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pimpmykali.sh b/pimpmykali.sh index ecf8a44..b8ef022 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -1182,7 +1182,7 @@ check_vm() { fi } -create_cleanupsh () { +hacking_api_create_cleanupsh () { cleanup_script="cleanup.sh" echo -e "\n $greenplus Creating cleanup.sh" # create cleanup.sh - prompts user for a Y or y prompt and provides warning before executing commands @@ -1264,7 +1264,7 @@ hacking_api_prereq() { git clone https://github.com/OWASP/crAPI $silent # create cleanup.sh in the crAPI directory - create_cleanupsh + hacking_api_create_cleanupsh chmod +x cleanup.sh cd /$finduser/labs/crAPI/deploy/docker @@ -1279,7 +1279,7 @@ hacking_api_prereq() { git clone https://github.com/OWASP/crAPI $silent # create cleanup.sh in the crAPI directory - create_cleanupsh + hacking_api_create_cleanupsh chmod +x cleanup.sh chown -R $finduser:$finduser /home/$finduser/labs