Skip to content

Commit

Permalink
Forgot to escape char
Browse files Browse the repository at this point in the history
  • Loading branch information
ThreadR-r committed Jan 12, 2020
1 parent 4888e12 commit b51ac97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ EXPOSE 80

RUN sed -i 's/chown -R www-data:www-data -R $FIREFLY_PATH/chown -R nginx:nobody $FIREFLY_PATH/g' ${FIREFLY_PATH}/.deploy/docker/entrypoint.sh && \
sed -i 's/exec apache2-foreground/\/usr\/bin\/supervisord -c \/tmp\/supervisord.conf/g' ${FIREFLY_PATH}/.deploy/docker/entrypoint.sh && \
sed -i 's/# make sure we own everything/# make sure we own everything\n chmod -R 775 $FIREFLY_PATH/storage/g' ${FIREFLY_PATH}/.deploy/docker/entrypoint.sh && \
sed -i 's/# make sure we own everything/# make sure we own everything\n chmod -R 775 $FIREFLY_PATH\/storage/g' ${FIREFLY_PATH}/.deploy/docker/entrypoint.sh && \
sed -i 's/echo \"Now in entrypoint.sh for Firefly III\"/echo \"Now in entrypoint.sh for Firefly III\" \&\& env > "${FIREFLY_PATH}"\/.env/g' ${FIREFLY_PATH}/.deploy/docker/entrypoint.sh


Expand Down

0 comments on commit b51ac97

Please sign in to comment.