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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment