repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git]
/
diaspora-git
/
diaspora.bin
blob
dfd0d026f7ee0d63ff63d4a2af06f2ba3bc13b9d
1
#!/bin/sh
2
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