Restart web server after updating files

This commit is contained in:
Bob Mottram 2017-11-03 19:47:21 +00:00
parent d96c098141
commit b0903495b5
1 changed files with 2 additions and 0 deletions

View File

@ -2126,6 +2126,8 @@ function add_clacks {
fi
done
systemctl restart nginx
dialog --title $"Add Clacks Overhead" \
--msgbox $"\nAdded for $clacks" 10 60
fi