From 512f939a99127e6e327b42cf0aa151469691672b Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Fri, 16 Sep 2016 17:21:56 +0200 Subject: [PATCH] ghost: remove tini warning --- ghost/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/run.sh b/ghost/run.sh index 8c5be98..a093707 100644 --- a/ghost/run.sh +++ b/ghost/run.sh @@ -55,4 +55,4 @@ if [ "$SYNTAX_HIGHLIGHTING" == "True" ] && [ ! -f /ghost/content/themes/casper/a fi 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