removed unneeded cd commands from startup scripts

This commit is contained in:
Patrick Ulbrich
2013-04-09 12:56:41 +02:00
parent e24444dd56
commit 86dc82c16e
2 changed files with 0 additions and 3 deletions

View File

@@ -18,6 +18,5 @@ fi
rm --force "$config_dir/mailnag.log"
cd $(dirname $(readlink -f $0))
python $LIB_DIR/mailnag.py >> "$config_dir/mailnag.log" 2>&1 &

View File

@@ -1,8 +1,6 @@
#!/bin/bash
LIB_DIR=./Mailnag
cd $(dirname $(readlink -f $0))
python $LIB_DIR/config.py
if [ $? -eq 0 ]; then