From 92c5f94fe7fae17620ecb8895e287e9e66fb135c Mon Sep 17 00:00:00 2001 From: ᴜɴᴋɴᴡᴏɴ Date: Sun, 23 Aug 2020 15:17:54 +0800 Subject: shellcheck: fix warnings (#6274) * Remove outdated files * Fix warnings --- scripts/init/openbsd/gogs | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/init') diff --git a/scripts/init/openbsd/gogs b/scripts/init/openbsd/gogs index 95fcf169..7935d687 100755 --- a/scripts/init/openbsd/gogs +++ b/scripts/init/openbsd/gogs @@ -1,6 +1,7 @@ #!/bin/sh # # $OpenBSD$ +# shellcheck disable=SC2034,SC1091,SC2154,SC2086 daemon="/home/git/gogs/gogs" daemon_user="git" -- cgit v1.2.3