Installation script error phpfpm
-
Server
- FOG Version: 41 SVN 6018
- OS: Debian stable 8.6 (jessie)
Description
Hi,
when updating with install script, installation stop at “Enabling apache and fpm services on boot”
I found that phpfpm variable is expected to be php5.6-fpm
But in Debian stable, it should be php5-fpm.So script stop when trying to execute “systemctl enable $phpfm”
-
This has been addressed already for working-RC-24.
-
Sorry but I said the opposite.
Your commit changed php5-fpm for php5.6-fpm.
since this commit debian stable install is broken.In Debian stable, package installed is named php5-fpm
-
@Claude-Girard And now? (Yes repull and try again.)
-
@Tom-Elliott said in Installation script error phpfpm:
@Claude-Girard And now? (Yes repull and try again.)
Yes it’s ok now.
Thank you