We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34f12cd + f4185cd commit caf0648Copy full SHA for caf0648
runtime/usr/local/bin/start-server
@@ -11,7 +11,7 @@ fi
11
env | sed -e 's/^\([^=]*\)=.*/PassEnv \1/' > /tmp/pass-env
12
13
# Save the list of variables to be passed along with the FCGI requests (used in
14
-# /etv/apache2/conf-enabled/qgis.conf).
+# /etc/apache2/conf-enabled/qgis.conf).
15
env | sed -e 's/.\+/export "\0"/' > /tmp/init-env
16
17
if [[ "${UID}" != 0 ]]
0 commit comments