added simple script to control gitbucket
This commit is contained in:
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
|
Reference in New Issue
Block a user