Skip to content
Snippets Groups Projects
Commit 921266cc authored by Bob Mottram's avatar Bob Mottram
Browse files

koel upgrades

parent eaac55f0
No related branches found
No related tags found
No related merge requests found
......@@ -295,6 +295,11 @@ function upgrade_koel {
KOEL_DOMAIN_NAME=$(get_completion_param "koel domain")
fi
CURR_KOEL_COMMIT=$(get_completion_param "koel commit")
if [[ "$CURR_KOEL_COMMIT" == "$KOEL_COMMIT" ]]; then
return
fi
systemctl stop koel
# update to the next commit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment