autoserve: add option to serve prod
This commit is contained in:
parent
060520bd7f
commit
409af7f205
@ -9,7 +9,11 @@ ctrl_c() {
|
||||
exit
|
||||
}
|
||||
|
||||
if [[ "$1" == "" ]]; then
|
||||
version=devel
|
||||
else
|
||||
version=$1
|
||||
fi
|
||||
|
||||
binary_pid=
|
||||
if make $version -j$(($(nproc) + 1)); then
|
||||
|
Loading…
Reference in New Issue
Block a user