From ce125567c0492c5d9d61d4d68d893d7aed97b073 Mon Sep 17 00:00:00 2001 From: xxxxxliil Date: Mon, 31 May 2021 08:18:40 +0800 Subject: [PATCH] style: adjust indent --- rootfs/usr/local/bin/startup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/usr/local/bin/startup b/rootfs/usr/local/bin/startup index 6e2cfaa..be87b45 100644 --- a/rootfs/usr/local/bin/startup +++ b/rootfs/usr/local/bin/startup @@ -119,7 +119,7 @@ else # Install flarum su-exec "${UID}:${GID}" php /flarum/app/flarum install --file=/flarum/app/config.yml \ - && touch /flarum/app/storage/._flarum-installed.lock + && touch /flarum/app/storage/._flarum-installed.lock echo "[INFO] End of flarum installation" fi