#!/bin/sh if [ "$(id -un)" != "etesync" ]; then echo "Please run this script as user etesync" exit 0 fi /usr/lib/etesync-server/manage.py $@