From 373f7449e546824e3d8e34dad3ef6160d72c1563 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Wed, 3 Nov 2021 10:40:39 +0100 Subject: [PATCH] fix typo to call post change hook --- deploy_app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy_app.sh b/deploy_app.sh index 5c05b64..a3cddce 100755 --- a/deploy_app.sh +++ b/deploy_app.sh @@ -249,7 +249,7 @@ function deploy(){ test $isupdate -eq 0 || run_task "${profiledir}/tasks_postinstall.sh" grep . $cfgdiff if [ $? -eq 0 ]; then - run_task "${profiledir}/tasks_postchanges.sh" + run_task "${profiledir}/tasks_postchange.sh" else echo SKIP: No config file was changed. fi -- GitLab