mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 12:03:59 +00:00
7 lines
170 B
Bash
7 lines
170 B
Bash
#!/usr/bin/env bash
|
|
cd /Users/chrisfu/dev/knoe
|
|
mkdir -p logs
|
|
nohup bash install.sh --silent -c conf/service/knoe.cfg > logs/install_run7.log 2>&1 &
|
|
disown
|
|
echo "started"
|