updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / diaspora-git / diaspora.bin
blobdfd0d026f7ee0d63ff63d4a2af06f2ba3bc13b9d
1 #!/bin/sh
3 if [ "$(whoami)" == "diaspora" ]; then
4     cd /usr/share/webapps/diaspora
5     source ./.bashrc
6     ./script/server &>>/var/log/diaspora.log
7 else
8     echo 'Please run this as the "diaspora" user!'
9 fi