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
|
#!/bin/bash
|
||||||
# info: v-fix-website-permissions
|
# info: Fixing chown and chmod permissions in the public_html directory
|
||||||
# options: DOMAIN
|
# options: DOMAIN
|
||||||
|
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
|
@ -45,7 +45,6 @@ if [ ! -d "/home/$user/web/$domain/public_html" ]; then
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
# Action #
|
# Action #
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue