Skip to content

Commit 6e9b38f

Browse files
committed
update install.sh
1 parent 1417ef5 commit 6e9b38f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ uninstall() {
274274
echo -e "${green}☑️Uninstalling... ${rest}"
275275
# Remove SSL certificate files
276276
rm -rf /etc/letsencrypt > /dev/null 2>&1
277-
rm -rf /etc/var/html/* > /dev/null 2>&1
277+
rm -rf /var/www/html/* > /dev/null 2>&1
278278

279279
# Remove NGINX configuration files
280280
find /etc/nginx/sites-available/ -mindepth 1 -maxdepth 1 ! -name 'default' -exec rm -rf {} +

0 commit comments

Comments
 (0)