This repository was archived by the owner on Nov 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ mode=""
1111abort_on_fail=1
1212[ " $1 " == " git-hook" ] && mode=git_hook
1313[ " $1 " == " configure" ] && mode=configure
14+ [ " $1 " == " install" ] && mode=install
15+ [ " $1 " == " reconfigure" ] && mode=reconfigure
1416[ " $1 " == " deploy" ] && mode=deploy
1517[ " $1 " == " configureNoAbort" ] && mode=configure && abort_on_fail=0
1618[ -z " $mode " ] && echo " Error: bad configure mode" && exit 1
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ mode=""
1111abort_on_fail=1
1212[ " $1 " == " git-hook" ] && mode=git_hook
1313[ " $1 " == " configure" ] && mode=configure
14+ [ " $1 " == " install" ] && mode=install
15+ [ " $1 " == " reconfigure" ] && mode=reconfigure
1416[ " $1 " == " deploy" ] && mode=deploy
1517[ " $1 " == " configureNoAbort" ] && mode=configure && abort_on_fail=0
1618[ -z " $mode " ] && echo " Error: bad configure mode" && exit 1
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ mode=""
1010abort_on_fail=1
1111[ " $1 " == " git-hook" ] && mode=git_hook
1212[ " $1 " == " configure" ] && mode=configure
13+ [ " $1 " == " install" ] && mode=install
14+ [ " $1 " == " reconfigure" ] && mode=reconfigure
1315[ " $1 " == " deploy" ] && mode=deploy
1416[ " $1 " == " configureNoAbort" ] && mode=configure && abort_on_fail=0
1517[ -z " $mode " ] && echo " Error: bad configure mode" && exit 1
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ mode=""
1212abort_on_fail=1
1313[ " $1 " == " git-hook" ] && mode=git_hook
1414[ " $1 " == " configure" ] && mode=configure
15+ [ " $1 " == " install" ] && mode=install
16+ [ " $1 " == " reconfigure" ] && mode=reconfigure
1517[ " $1 " == " deploy" ] && mode=deploy
1618[ " $1 " == " configureNoAbort" ] && mode=configure && abort_on_fail=0
1719# custom args
You can’t perform that action at this time.
0 commit comments