ghost: remove tini warning

This commit is contained in:
Wonderfall 2016-09-16 17:21:56 +02:00 committed by GitHub
parent cef1ee77c5
commit 512f939a99

View File

@ -55,4 +55,4 @@ if [ "$SYNTAX_HIGHLIGHTING" == "True" ] && [ ! -f /ghost/content/themes/casper/a
fi fi
chown -R $UID:$GID /ghost && cd /ghost chown -R $UID:$GID /ghost && cd /ghost
exec su-exec $UID:$GID tini -- npm start --production exec su-exec $UID:$GID /sbin/tini -- npm start --production