Update fixperms.sh

update to user:nobody for public_html
This commit is contained in:
WhatTheServer
2021-06-01 17:58:53 -04:00
committed by GitHub
parent 37823c3e64
commit 738c61535a

View File

@@ -194,7 +194,7 @@ fixperms_cyberpanel () {
echo "Fixing public_html...."
tput sgr0
#Fix perms of public_html itself
chown "$verbose" "$account":"$account" "$HOMEDIR"/public_html
chown "$verbose" "$account":nobody "$HOMEDIR"/public_html
chmod "$verbose" 755 "$HOMEDIR"/public_html
tput bold