Skip to content

Commit

Permalink
Update Cloudtopolis.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelGMSec authored Nov 11, 2020
1 parent 6f2e725 commit 5e28f2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cloudtopolis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,6 @@ echo -e "\e[36;1m[i] Cloudtopolis is running!"
echo -e "\e[0;1mPress \e[35;1mCTRL+C \e[0;1mto stop.."
echo -e "\e[0m"

sudo chown -R 33:33 Cloudtopolis/inc Cloudtopolis/import Cloudtopolis/files
trap 'docker rm -f $(docker container ls -q -a) > /dev/null 2>&1 ; echo ; exit' SIGINT SIGTERM EXIT
while true ; do sudo chmod -R 777 Cloudtopolis/* ; sleep 3 ; done
while true ; do sleep 3600 ; done

0 comments on commit 5e28f2e

Please sign in to comment.