diff options
Diffstat (limited to 'tools/pingctl')
-rwxr-xr-x | tools/pingctl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/pingctl b/tools/pingctl index b285d84..45a34ec 100755 --- a/tools/pingctl +++ b/tools/pingctl @@ -8,14 +8,13 @@ set -e ################################################################ # You perhaps want to change those items -BASEDIR=/home/weasel/projects/echolot/devel/echolot -USER=weasel +USER=echolot VERBOSE=0 +PINGD="/home/pinger/echolot/pingd" # You probably don't want to mess with stuff below this line ################################################################ -PINGD="./pingd" CHECKULIMIT=1 CHECKUID=1 @@ -68,8 +67,6 @@ else fi -cd $BASEDIR - case $1 in start) |