We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de14ddc commit bb5b6e0Copy full SHA for bb5b6e0
ee/cli/plugins/debug.py
@@ -781,6 +781,8 @@ def default(self):
781
EEService.restart_service(self, 'php7.0-fpm')
782
else:
783
EEService.restart_service(self, 'php5-fpm')
784
+ if EEVariables.ee_platform_codename == 'jessie':
785
+ EEService.restart_service(self, 'php7.0-fpm')
786
787
if len(self.msg) > 0:
788
if not self.app.pargs.interactive:
0 commit comments