diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-08-22 13:02:16 -0700 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-08-22 13:02:16 -0700 |
commit | 6f99fb88dba0096841f10f3ba1afaa9b1e98fa39 (patch) | |
tree | 09fd22db2319a2c104aa5f5694e62be6463e76a1 | |
parent | 3950461749bdda4db7c5797d3c7cfb2c9a21be34 (diff) | |
download | vyatta-cfg-6f99fb88dba0096841f10f3ba1afaa9b1e98fa39.tar.gz vyatta-cfg-6f99fb88dba0096841f10f3ba1afaa9b1e98fa39.zip |
Bugfix 8183: Make sure files in /config are owned by the vyattacfg group
-rwxr-xr-x | etc/init.d/vyatta-router | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/init.d/vyatta-router b/etc/init.d/vyatta-router index 2b0aa02..c237520 100755 --- a/etc/init.d/vyatta-router +++ b/etc/init.d/vyatta-router @@ -173,6 +173,7 @@ mount_slash_config () fi mount --bind /opt/vyatta/etc/config /config fi + chgrp -R ${GROUP} /config } start () |