Commit eed2365c2f2093a99c2734bb7a19f1592b38b73e
1 parent
7c79bebe
update
Showing
1 changed file
with
1 additions
and
0 deletions
spod-manager.sh
| @@ -271,6 +271,7 @@ echo "SPOD MANAGER Action: $ACTION ..." | @@ -271,6 +271,7 @@ echo "SPOD MANAGER Action: $ACTION ..." | ||
| 271 | wget -q -O /dev/null http://localhost/ | 271 | wget -q -O /dev/null http://localhost/ |
| 272 | rm -f /var/www/ow_includes/config.php | 272 | rm -f /var/www/ow_includes/config.php |
| 273 | echo $CONFIG0$HOSTNAMESPOD$CONFIG1$CONFIG3 >> /var/www/ow_includes/config.php | 273 | echo $CONFIG0$HOSTNAMESPOD$CONFIG1$CONFIG3 >> /var/www/ow_includes/config.php |
| 274 | + service apache2 restart | ||
| 274 | else | 275 | else |
| 275 | echo "Your SPOD installation is corrupt, please uninstall and istall it again. Your database will be erased." | 276 | echo "Your SPOD installation is corrupt, please uninstall and istall it again. Your database will be erased." |
| 276 | exit -2 | 277 | exit -2 |