Fix syntax error
This commit is contained in:
parent
68e8bc3bd3
commit
07b864ea22
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ begin
|
||||||
function runInstaller -a action
|
function runInstaller -a action
|
||||||
if [ -z "$action" ] || [ "$action" = "install" ]
|
if [ -z "$action" ] || [ "$action" = "install" ]
|
||||||
installSW
|
installSW
|
||||||
else [ "$action" = "configure" ]
|
else if [ "$action" = "configure" ]
|
||||||
configureSW
|
configureSW
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue