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