concordia-server/scripts/cmake_stubs/restart.sh.in

9 lines
102 B
Bash
Raw Permalink Normal View History

2015-06-09 13:01:42 +02:00
#!/bin/sh
set -e
echo "restarting concordia-server"
@SCRIPTS_PATH@/stop.sh
@SCRIPTS_PATH@/start.sh