Skip to content

Commit 20d2541

Browse files
committed
php7 log directory
1 parent 9446920 commit 20d2541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ee/cli/plugins/stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ def post_pref(self, apt_packages, packages):
11691169
if not os.path.exists('/var/log/php/7.0/'):
11701170
Log.debug(self, 'Creating directory /var/log/php/7.0/')
11711171
os.makedirs('/var/log/php/7.0/')
1172-
1172+
11731173
# Parse etc/php/7.0/fpm/php.ini
11741174
config = configparser.ConfigParser()
11751175
Log.debug(self, "configuring php file /etc/php/7.0/fpm/php.ini")

0 commit comments

Comments
 (0)