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 c5dbffc commit 7a9365dCopy full SHA for 7a9365d
ee/cli/plugins/stack_upgrade.py
@@ -7,6 +7,7 @@
7
from ee.core.services import EEService
8
from ee.core.fileutils import EEFileUtils
9
from ee.core.shellexec import EEShellExec
10
+from ee.core.git import EEGit
11
import configparser
12
import os
13
@@ -213,6 +214,8 @@ def default(self):
213
214
self.app.render((data), 'nginx-core.mustache', out=ee_nginx)
215
ee_nginx.close()
216
217
+ EEGit.add(self, ["/etc/nginx"], msg="Updated Nginx")
218
+
219
EEService.restart_service(self, 'nginx')
220
221
if set(EEVariables.ee_php).issubset(set(apt_packages)):
0 commit comments