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 cd6b210 commit f32d8ceCopy full SHA for f32d8ce
update.sh
@@ -22,7 +22,7 @@ do
22
echo " "
23
if [ "$answer" != "${answer#[Yy]}" ]; then
24
mv /var/www/html/wizwizxui-timebot/baseInfo.php /root/
25
- mv /var/www/html/wizwizxui-timebot/settings/values.php /root/
+ # mv /var/www/html/wizwizxui-timebot/settings/values.php /root/
26
sudo apt-get install -y git
27
sudo apt-get install -y wget
28
sudo apt-get install -y unzip
@@ -37,7 +37,7 @@ do
37
sudo chmod -R 755 /var/www/html/wizwizxui-timebot/
38
sleep 3
39
mv /root/baseInfo.php /var/www/html/wizwizxui-timebot/
40
- mv /root/values.php /var/www/html/wizwizxui-timebot/settings/
+ # mv /root/values.php /var/www/html/wizwizxui-timebot/settings/
41
# if [ $? -ne 0 ]; then
42
# echo -e "\n\e[41mError: The update failed!\033[0m\n"
43
# exit 1
0 commit comments