Skip to content

Commit f32d8ce

Browse files
authored
Update update.sh
1 parent cd6b210 commit f32d8ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

update.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ do
2222
echo " "
2323
if [ "$answer" != "${answer#[Yy]}" ]; then
2424
mv /var/www/html/wizwizxui-timebot/baseInfo.php /root/
25-
mv /var/www/html/wizwizxui-timebot/settings/values.php /root/
25+
# mv /var/www/html/wizwizxui-timebot/settings/values.php /root/
2626
sudo apt-get install -y git
2727
sudo apt-get install -y wget
2828
sudo apt-get install -y unzip
@@ -37,7 +37,7 @@ do
3737
sudo chmod -R 755 /var/www/html/wizwizxui-timebot/
3838
sleep 3
3939
mv /root/baseInfo.php /var/www/html/wizwizxui-timebot/
40-
mv /root/values.php /var/www/html/wizwizxui-timebot/settings/
40+
# mv /root/values.php /var/www/html/wizwizxui-timebot/settings/
4141
# if [ $? -ne 0 ]; then
4242
# echo -e "\n\e[41mError: The update failed!\033[0m\n"
4343
# exit 1

0 commit comments

Comments
 (0)