mirror of
https://github.com/pulb/mailnag.git
synced 2026-01-24 06:19:02 +01:00
replaced stdout redirection by propper logging only create the config dir when it is actually needed
7 lines
94 B
Bash
Executable File
7 lines
94 B
Bash
Executable File
#!/bin/bash
|
|
LIB_DIR=./Mailnag
|
|
|
|
cd $(dirname $(readlink -f $0))
|
|
python2 $LIB_DIR/mailnag.py &
|
|
|