Skip to content

Commit 74005a9

Browse files
committed
fixed db config permissions
1 parent 31e2dec commit 74005a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v_add_db_host

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ esac
7575

7676
# Adding host to conf
7777
echo "$new_str" >> $V_DB/$type.conf
78-
chmod 650 $V_DB/$type.conf
78+
chmod 640 $V_DB/$type.conf
7979

8080

8181
#----------------------------------------------------------#

0 commit comments

Comments
 (0)