Skip to content

Commit 8a16864

Browse files
author
Invers3
committed
Update updater.sh
Fixed updater.sh
1 parent ca85b4c commit 8a16864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files/updater.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ fi
1818
if [ -f /etc/ppp/pppoe-server-options ]; then
1919
rm /etc/ppp/pppoe-server-options
2020
fi
21-
if [ -d /www/pppwn ]; then
22-
rm -rf /www/pppwn
21+
if [ -d /www/assets ]; then
22+
rm -rf /www/assets
2323
fi
2424
if [ -f /www/pppwn.html ]; then
2525
rm -f /www/pppwn.html

0 commit comments

Comments
 (0)