Mercurial Hosting > nabble
comparison serve.sh @ 17:c9bbcebcf359
minor fix
author | Vadim Filimonov <fffilimonov@yandex.ru> |
---|---|
date | Thu, 09 Jan 2020 11:28:37 +0300 |
parents | 7ecd1a4ef557 |
children |
comparison
equal
deleted
inserted
replaced
16:2e504670a010 | 17:c9bbcebcf359 |
---|---|
1 #!/bin/bash | 1 #!/bin/bash |
2 | 2 |
3 set -e | 3 set -e |
4 | 4 |
5 ./clearCache.sh | 5 ./clearCache.sh |
6 | |
7 ./luan.sh conf/serve_nabble.luan console $* 2>&1 | tee serve.err | 6 ./luan.sh conf/serve_nabble.luan console $* 2>&1 | tee serve.err |