mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-06 12:20:45 +01:00
Update fixperms.sh
set user:nobody for public_html
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user