We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92cab64 commit 6b61496Copy full SHA for 6b61496
wizwiz.sh
@@ -105,7 +105,6 @@ wait
105
git clone https://github.com/wizwizdev/wizwizxui-timebot.git /var/www/html/wizwizxui-timebot
106
sudo chown -R www-data:www-data /var/www/html/wizwizxui-timebot/
107
sudo chmod -R 755 /var/www/html/wizwizxui-timebot/
108
-sudo chmod -R 777 /root/
109
echo -e "\n\033[33mWizWiz config and script have been installed successfully\033[0m"
110
111
wait
@@ -148,7 +147,7 @@ if [ ! -d "/root/confwizwiz" ]; then
148
147
sleep 1
149
150
touch /root/confwizwiz/dbrootwizwiz.txt
151
-
+ sudo chmod -R 777 /root/confwizwiz/dbrootwizwiz.txt
152
153
154
randomdbpasstxt=$(openssl rand -base64 10 | tr -dc 'a-zA-Z0-9' | cut -c1-8)
0 commit comments