removed autostarted argument in bash script

This commit is contained in:
Patrick Ulbrich
2011-10-29 14:17:15 +02:00
parent be3e9446c7
commit 6c93d23c6f

View File

@@ -13,7 +13,7 @@ if [ -f "$config_dir/mailnag.log" ]; then
rm "$config_dir/mailnag.log"
fi
cd $(dirname $(readlink -f $0))
python $LIB_DIR/mailnag.py autostarted >> "$config_dir/mailnag.log" 2>&1 &
python $LIB_DIR/mailnag.py >> "$config_dir/mailnag.log" 2>&1 &
}
connection()