Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
SisMaker
/
rebar3
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Projects
0
Versões
62
Wiki
Atividade
Ver código fonte
Fix bashism
pull/3/head
Tuncer Ayaz
14 anos atrás
pai
298687dd08
commit
9f5d35991f
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
priv/templates/simplenode.runner
+ 1
- 1
priv/templates/simplenode.runner
Ver arquivo
@ -52,7 +52,7 @@ case "$1" in
start)
# Make sure there is not already a node running
RES=`$NODETOOL ping`
if [ "$RES" =
=
"pong" ]; then
if [ "$RES" = "pong" ]; then
echo "Node is already running!"
exit 1
fi
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar