diff options
Diffstat (limited to 'Services/php/run.sh')
-rw-r--r-- | Services/php/run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Services/php/run.sh b/Services/php/run.sh index 0935290..e3c4c86 100644 --- a/Services/php/run.sh +++ b/Services/php/run.sh @@ -30,5 +30,6 @@ function display_container_php_header { } check_httpd_environment | tee -a $STARTUPLOG +setSys2HttpEnvironmentVariable $APP_PATH/.htaccess display_container_php_header | tee -a $STARTUPLOG start_service_httpd |