Fix syntax error

This commit is contained in:
mathias 2018-11-24 23:41:43 +02:00
parent 5faebde4ac
commit f0ba53e2ef

View file

@ -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)
} }