Skip to content

Commit caf0648

Browse files
authored
Merge pull request #58 from camptocamp/backport/53-to-master
[Backport master] Fix typo
2 parents 34f12cd + f4185cd commit caf0648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/usr/local/bin/start-server

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
env | sed -e 's/^\([^=]*\)=.*/PassEnv \1/' > /tmp/pass-env
1212

1313
# Save the list of variables to be passed along with the FCGI requests (used in
14-
# /etv/apache2/conf-enabled/qgis.conf).
14+
# /etc/apache2/conf-enabled/qgis.conf).
1515
env | sed -e 's/.\+/export "\0"/' > /tmp/init-env
1616

1717
if [[ "${UID}" != 0 ]]

0 commit comments

Comments
 (0)