Skip to content
Snippets Groups Projects
Commit ed8878c7 authored by Alec Leamas's avatar Alec Leamas
Browse files

Allow script to be invoked from anywhere, or symlink target.

parent bb67b123
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@
# Start diaspora websocket and main services
#
realpath=$( ruby -e "puts File.expand_path(\"$0\")")
cd $( dirname $realpath)/..
PORT=3000
THIN_ARGS="$@"
while [ $# -gt 0 ]; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment