summarylogtreecommitdiffstats
path: root/etesync-server
blob: 4a7fe38a6be171b734ce8d1e98420d01b91f4908 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

if [ "$(id -un)" != "etesync" ];
then
	echo "Please run this script as user etesync"
	exit 0
fi

/usr/lib/etesync-server/manage.py $@