diff options
Diffstat (limited to 'scripts/vyatta_net_name')
-rwxr-xr-x | scripts/vyatta_net_name | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/vyatta_net_name b/scripts/vyatta_net_name index 0a96ebb8..f67c2349 100755 --- a/scripts/vyatta_net_name +++ b/scripts/vyatta_net_name @@ -57,8 +57,9 @@ done if [ ! -f $BOOTFILE ] ; then cp $DEFAULT_BOOTFILE $BOOTFILE + chown vyatta $BOOTFILE chgrp vyattacfg $BOOTFILE - chmod 660 $BOOTFILE + chmod 664 $BOOTFILE fi shopt -s extglob nullglob |