Core Update 175: Ship aprutil and restart Apache

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Peter Müller
2023-04-18 21:18:30 +00:00
parent ece70b1fcc
commit ed0d38cf62
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
../../../common/aprutil

View File

@@ -32,6 +32,7 @@ for (( i=1; i<=$core; i++ )); do
done
# Stop services
/etc/rc.d/init.d/apache stop
/etc/rc.d/init.d/sshd stop
# Extract files
@@ -60,6 +61,7 @@ ldconfig
/usr/local/bin/sshctrl
# Start services
/etc/rc.d/init.d/apache start
if grep -q "ENABLE_SSH=on" /var/ipfire/remote/settings; then
/etc/init.d/sshd start
fi