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