]> jfr.im git - erebus.git/commitdiff
rename run.sh to run
authorzonidjan <redacted>
Thu, 19 Apr 2018 01:27:57 +0000 (20:27 -0500)
committerzonidjan <redacted>
Thu, 19 Apr 2018 01:27:57 +0000 (20:27 -0500)
README.md
croncheck.sh
run [moved from run.sh with 100% similarity]

index 39ab04c172b1078377655f220c2755a5cbfdb19e..0838f322ecd22dd9ab85e6f7db44c11e2b993d88 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Getting started
 - `vim bot.config`
 - Create a MySQL database, i.e. `CREATE DATABASE foo; GRANT ALL ON foo.* TO ...`
 - `mysql <dump.sql`
-- `./run.sh`
+- `./run`
 
 Install croncheck.sh in your crontab, if desired.  
 `* * * * * /path/to/erebus/croncheck.sh`  
index ef2e7b2876a9250dafe89114ee14d17048bf11ec..e737aa55b89f7b750dcdb068dd400beab92f1b30 100755 (executable)
@@ -8,5 +8,5 @@ if [ -e dontstart ]; then
 fi
 
 if ! kill -0 "$(cat pidfile)"; then
-       nohup ./run.sh &
+       nohup ./run &
 fi
diff --git a/run.sh b/run
similarity index 100%
rename from run.sh
rename to run