diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-08-23 15:17:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-23 15:17:54 +0800 |
commit | 92c5f94fe7fae17620ecb8895e287e9e66fb135c (patch) | |
tree | 71accea059544297cdeddc2bed2b6017729f1609 /scripts/autoboot.sh | |
parent | a840ae90352f932d2b77cdbc0c78078b18a469c6 (diff) |
shellcheck: fix warnings (#6274)
* Remove outdated files
* Fix warnings
Diffstat (limited to 'scripts/autoboot.sh')
-rwxr-xr-x | scripts/autoboot.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/autoboot.sh b/scripts/autoboot.sh deleted file mode 100755 index eb16d581..00000000 --- a/scripts/autoboot.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -su git -c "/home/git/gogs/scripts/gogs_supervisord.sh restart" |