Allow --safe to be added to defined options
This commit is contained in:
@@ -125,7 +125,6 @@ if [ -n "${bastille_export_options}" ]; then
|
|||||||
shift;;
|
shift;;
|
||||||
--safe)
|
--safe)
|
||||||
SAFE_EXPORT="1"
|
SAFE_EXPORT="1"
|
||||||
opt_count
|
|
||||||
shift;;
|
shift;;
|
||||||
--raw)
|
--raw)
|
||||||
RAW_EXPORT="1"
|
RAW_EXPORT="1"
|
||||||
|
|||||||
Reference in New Issue
Block a user