From 1a6562eb87076f03061a7c3713302744a60b9848 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Mon, 8 Jan 2024 09:43:54 +0100 Subject: [PATCH] Update v-fix-website-permissions --- bin/v-fix-website-permissions | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/v-fix-website-permissions b/bin/v-fix-website-permissions index 5db797a7..0ab95459 100644 --- a/bin/v-fix-website-permissions +++ b/bin/v-fix-website-permissions @@ -1,5 +1,5 @@ #!/bin/bash -# info: v-fix-website-permissions +# info: Fixing chown and chmod permissions in the public_html directory # options: DOMAIN #----------------------------------------------------------# @@ -45,7 +45,6 @@ if [ ! -d "/home/$user/web/$domain/public_html" ]; then exit 1; fi - #----------------------------------------------------------# # Action # #----------------------------------------------------------#