Skip to content

Commit 1417ef5

Browse files
committed
update install.sh
1 parent 57ab21e commit 1417ef5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +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
277278

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

0 commit comments

Comments
 (0)