mirror of
https://github.com/kaboomserver/buildpack.git
synced 2025-07-31 09:41:34 +00:00
Fix syntax error
This commit is contained in:
parent
5faebde4ac
commit
f0ba53e2ef
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
shutdown() {
|
shutdown() {
|
||||||
LOG("SHUTDOWN")
|
echo "SHUTDOWN"
|
||||||
kill $(pgrep java)
|
kill $(pgrep java)
|
||||||
kill $(pgrep ssh)
|
kill $(pgrep ssh)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue