added simple script to control gitbucket
This commit is contained in:
parent
17caa7e1c2
commit
a3bd344ad7
9
Bash Scripts/gitbucket.sh
Executable file
9
Bash Scripts/gitbucket.sh
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
|
case "$1" in
|
||||||
|
start) nohup java -jar /home/mollusk/Downloads/gitbucket.war &> /dev/null &
|
||||||
|
;;
|
||||||
|
stop) killall java
|
||||||
|
;;
|
||||||
|
esac
|
Loading…
x
Reference in New Issue
Block a user