Allow --safe to be added to defined options

This commit is contained in:
JRGTH
2022-01-04 17:17:36 -04:00
parent 26e8f382e4
commit af0e9a95a4

View File

@@ -125,7 +125,6 @@ if [ -n "${bastille_export_options}" ]; then
shift;;
--safe)
SAFE_EXPORT="1"
opt_count
shift;;
--raw)
RAW_EXPORT="1"