Skip to content

Commit

Permalink
Update Cloudtopolis.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelGMSec authored Aug 21, 2024
1 parent 17fc224 commit 9327e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cloudtopolis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ sudo docker build -t joelgmsec/cloudtopolis . > /dev/null 2>&1
sudo docker run --rm --name cloudtopolis --link mysql:mysql -v $(pwd)/Cloudtopolis/inc:/var/www/html/inc -v $(pwd)/Cloudtopolis/import:/var/www/html/import -v $(pwd)/Cloudtopolis/files:/var/www/html/files -e H8_USER="admin" -e H8_PASS="$RAND" -d -p 8000:80 joelgmsec/cloudtopolis > /dev/null 2>&1
echo -e "\e[37;1mDone!"

if [ ! -d $CloudtopolisDB ] ; then
if [ ! -e $CloudtopolisDB ] ; then
echo -e "\e[0m"
echo -e "\e[31;1m[!] Cloudtopolis database not found!"
sleep 1
Expand Down

0 comments on commit 9327e80

Please sign in to comment.