mirror of
https://github.com/kaboomserver/buildpack.git
synced 2025-07-30 09:11:35 +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
|
||||
shutdown() {
|
||||
LOG("SHUTDOWN")
|
||||
echo "SHUTDOWN"
|
||||
kill $(pgrep java)
|
||||
kill $(pgrep ssh)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue