diff --git a/iup/files/sbin/iup b/iup/files/sbin/iup index 0d8adbeaa..091f81b83 100755 --- a/iup/files/sbin/iup +++ b/iup/files/sbin/iup @@ -229,7 +229,7 @@ handle_provisioning() { fi done fi - if [ ! -s "$IUPCONFFILES" ]; then + if [ ! -s "$IUPCONFFILES" ] && [ "$enabled" -eq 1 ]; then echo "File not Found" reboot="off" CONF=0