diff options
-rw-r--r-- | netconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1071,6 +1071,8 @@ if [ "$RETVAL" = "0" ]; then write_config_files if [ "$NETWORKMANAGER" = "yes" -a -r etc/rc.d/rc.networkmanager ]; then chmod 755 etc/rc.d/rc.networkmanager + elif [ ! "$NETWORKMANAGER" = "yes" -a -x etc/rc.d/rc.networkmanager ]; then + chmod 644 etc/rc.d/rc.networkmanager fi dialog --msgbox "Settings accepted. Basic network configuration is complete." 6 40 else |