Skip to content
Snippets Groups Projects
Commit 373f7449 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

fix typo to call post change hook

parent 45a29759
Branches
No related tags found
No related merge requests found
...@@ -249,7 +249,7 @@ function deploy(){ ...@@ -249,7 +249,7 @@ function deploy(){
test $isupdate -eq 0 || run_task "${profiledir}/tasks_postinstall.sh" test $isupdate -eq 0 || run_task "${profiledir}/tasks_postinstall.sh"
grep . $cfgdiff grep . $cfgdiff
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
run_task "${profiledir}/tasks_postchanges.sh" run_task "${profiledir}/tasks_postchange.sh"
else else
echo SKIP: No config file was changed. echo SKIP: No config file was changed.
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment