Skip to content

Commit

Permalink
remove sudo req
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Sep 6, 2011
1 parent 9473141 commit 3f84db0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bin/app_start.sh
@@ -1,10 +1,5 @@
#!/bin/bash

if [ "$USER" != "root" ]; then
echo "Must be root to run this.. Please sudo this command."
exit
fi

cd `dirname $0`

./node-config.js
Expand Down

0 comments on commit 3f84db0

Please sign in to comment.