mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-02-15 12:29:11 +01:00
iup: do not check for file nor reboot if the section is not enabled
This commit is contained in:
parent
4f428b93c5
commit
999dd67304
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue