Fixed missing quotes on parameter passing
This commit is contained in:
parent
e0e34248fc
commit
f6c7e9784c
1 changed files with 1 additions and 1 deletions
|
@ -811,6 +811,6 @@ _SetupScript() {
|
|||
case "$1" in
|
||||
--iso-conf* | community) ;; # no more supported here
|
||||
setup) _SetupScript ;;
|
||||
online | offline) _IsoConfig $2 ;;
|
||||
online | offline) _IsoConfig "$2" ;;
|
||||
*) _PostInstallCommands "$1" ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue