Skip to content

Commit 6b61496

Browse files
authored
Update wizwiz.sh
1 parent 92cab64 commit 6b61496

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

wizwiz.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ wait
105105
git clone https://github.com/wizwizdev/wizwizxui-timebot.git /var/www/html/wizwizxui-timebot
106106
sudo chown -R www-data:www-data /var/www/html/wizwizxui-timebot/
107107
sudo chmod -R 755 /var/www/html/wizwizxui-timebot/
108-
sudo chmod -R 777 /root/
109108
echo -e "\n\033[33mWizWiz config and script have been installed successfully\033[0m"
110109

111110
wait
@@ -148,7 +147,7 @@ if [ ! -d "/root/confwizwiz" ]; then
148147
sleep 1
149148

150149
touch /root/confwizwiz/dbrootwizwiz.txt
151-
150+
sudo chmod -R 777 /root/confwizwiz/dbrootwizwiz.txt
152151
sleep 1
153152

154153
randomdbpasstxt=$(openssl rand -base64 10 | tr -dc 'a-zA-Z0-9' | cut -c1-8)

0 commit comments

Comments
 (0)