Skip to content

Commit 7a9365d

Browse files
author
gau1991
committed
git commit after nginx update
1 parent c5dbffc commit 7a9365d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ee/cli/plugins/stack_upgrade.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from ee.core.services import EEService
88
from ee.core.fileutils import EEFileUtils
99
from ee.core.shellexec import EEShellExec
10+
from ee.core.git import EEGit
1011
import configparser
1112
import os
1213

@@ -213,6 +214,8 @@ def default(self):
213214
self.app.render((data), 'nginx-core.mustache', out=ee_nginx)
214215
ee_nginx.close()
215216

217+
EEGit.add(self, ["/etc/nginx"], msg="Updated Nginx")
218+
216219
EEService.restart_service(self, 'nginx')
217220

218221
if set(EEVariables.ee_php).issubset(set(apt_packages)):

0 commit comments

Comments
 (0)