koel upgrades
This commit is contained in:
parent
eaac55f03a
commit
921266cce1
|
@ -295,6 +295,11 @@ function upgrade_koel {
|
||||||
KOEL_DOMAIN_NAME=$(get_completion_param "koel domain")
|
KOEL_DOMAIN_NAME=$(get_completion_param "koel domain")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
CURR_KOEL_COMMIT=$(get_completion_param "koel commit")
|
||||||
|
if [[ "$CURR_KOEL_COMMIT" == "$KOEL_COMMIT" ]]; then
|
||||||
|
return
|
||||||
|
fi
|
||||||
|
|
||||||
systemctl stop koel
|
systemctl stop koel
|
||||||
|
|
||||||
# update to the next commit
|
# update to the next commit
|
||||||
|
|
Loading…
Reference in New Issue