shii.moe

Source for `shii.moe' website.
git clone git://git.knutsen.co/shii.moe
Log | Files | Refs

commit 4fcada244343e327cd07306e83763d653d18f21c
parent 7084c3028a1d8394e484defd54a7cda3e13e9c79
Author: Shiimoe <SameulFrost@tuta.io>
Date:   Sun, 13 Sep 2020 18:34:58 +0100

start.sh

Diffstat:
Mstart.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/start.sh b/start.sh @@ -1,6 +1,6 @@ #!/bin/sh -FLASK_APP=server.py flask run +FLASK_APP=server.py flask run --host=0.0.0.0 --port=5000 & echo "$!" > ./.pid echo "Shii.moe is online!" \ No newline at end of file