mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
Update v-fix-website-permissions
This commit is contained in:
parent
f400b401d2
commit
1a6562eb87
1 changed files with 1 additions and 2 deletions
|
@ -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 #
|
||||
#----------------------------------------------------------#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue