Mercurial Hosting > luan
view host/serve_dev.sh @ 1758:27a2530f04b6
fix reload nginx from startup script
author | Vadim Filimonov <fffilimonov@yandex.ru> |
---|---|
date | Mon, 20 Feb 2023 09:02:20 +0200 |
parents | 59731f7c24ce |
children |
line wrap: on
line source
#!/bin/bash set -e . check_app.sh checkStopped; java -classpath $CLASSPATH luan.Luan run.luan console 2>&1 | tee err