Update updater.sh

This commit is contained in:
earthlng 2018-11-26 14:18:20 +00:00 committed by GitHub
parent 0e9811d8cd
commit 51695d55da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,6 +150,8 @@ readIniFile () { # expects one argument: absolute path of profiles.ini
if [ !$? ]; then
echo "Profile${REPLY} does not exist!" && exit 1
fi
else
echo "Invalid selection!" && exit 1
fi
fi