1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

demo mode - no lockout

This commit is contained in:
Jerry Vonau 2017-10-28 20:14:35 -05:00
parent 8d822ab4f9
commit ec1b4a1965

View file

@ -34,8 +34,9 @@ if [ -f /etc/iiab/iiab.env ]; then
echo "offer 'Y' dialog box option to override" echo "offer 'Y' dialog box option to override"
echo "'runansible' has already been completed" echo "'runansible' has already been completed"
echo "use --debug to override " echo "use --debug to override "
echo "Exiting." echo "In demo mode not preventing runansible"
exit 1 # echo "Exiting."
# exit 1
fi fi
fi fi
else else