mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
fixed db config permissions
This commit is contained in:
parent
31e2dec5e0
commit
74005a926c
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ esac
|
|||
|
||||
# Adding host to conf
|
||||
echo "$new_str" >> $V_DB/$type.conf
|
||||
chmod 650 $V_DB/$type.conf
|
||||
chmod 640 $V_DB/$type.conf
|
||||
|
||||
|
||||
#----------------------------------------------------------#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue