mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-21 09:41:47 +01:00
setup: Use OPT_CONFIG instead of $1
This commit is contained in:
@@ -391,7 +391,7 @@ if [ $# -eq 0 ]; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "${1}" in
|
case "${OPT_CONFIG}" in
|
||||||
filesystem)
|
filesystem)
|
||||||
configure_filesystem
|
configure_filesystem
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user