9 lines
102 B
Bash
9 lines
102 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
echo "restarting concordia-server"
|
||
|
|
||
|
@SCRIPTS_PATH@/stop.sh
|
||
|
@SCRIPTS_PATH@/start.sh
|