File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -162,8 +162,8 @@ public function modifySettingsFile()
162162 " // Glob the secret path for secrets, that match pattern \n" .
163163 " foreach( glob( rtrim(getenv('UA_MW_SECRET_PATH'),DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR . 'UA_MW_*') as \$secret) { \n" .
164164 " \$settings['ua_middleware_service'][pathinfo( \$secret)['filename']] = file_get_contents( \$secret); \n" .
165- " } \n" .
166- "} \n" .
165+ " } \n" .
166+ "} \n" .
167167 "/** \n * END SHEPHERD CONFIG \n */ \n" .
168168 "\n" .
169169 "/** \n * START LOCAL CONFIG \n */ \n" .
@@ -187,7 +187,6 @@ public function modifySettingsFile()
187187 public function removeWritePermissions ()
188188 {
189189 $ root = $ this ->getDrupalRootPath ();
190- $ this ->filesystem ->chmod ($ root . '/sites/default/services.yml ' , 0444 );
191190 $ this ->filesystem ->chmod ($ root . '/sites/default/settings.php ' , 0444 );
192191 $ this ->filesystem ->chmod ($ root . '/sites/default ' , 0555 );
193192 }
You can’t perform that action at this time.
0 commit comments