summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/pingctl7
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)