bugfixes for 0.4.20191025

This commit is contained in:
Christer Edwards
2019-11-20 19:57:18 -07:00
parent b75f2601db
commit 4a7b4a6bb0
2 changed files with 15 additions and 9 deletions

View File

@@ -456,3 +456,9 @@ network)
usage
;;
esac
if [ ! -z "${2}" ]; then
if [ "${2}" = 'update' ]; then
bastille update "${RELEASE}"
fi
fi