matterbridge - restart service after compilation

This commit is contained in:
2022-06-01 11:15:40 +02:00
parent 02b108ac4e
commit 2ea45fd9fd
2 changed files with 14 additions and 20 deletions

View File

@@ -185,6 +185,7 @@ whatsappmulti"
exe "${goDir}/bin/go" install -tags ${mabrTags} github.com/42wim/matterbridge@master
step backup
exe cp -ar "${HOME}/go/bin/matterbridge" "${toolDir}"
exe service ${toolName} restart >>/dev/null 2>&1
}
step_32_info() { echo "Clean temporary files"; }