e1b977dfad
git-svn-id: http://www.neo1973-germany.de/svn@182 46df4e5c-bc4e-4628-a0fc-830ba316316d
7 lines
187 B
Bash
Executable file
7 lines
187 B
Bash
Executable file
#!/bin/sh -e
|
|
# export DISPLAY=:0
|
|
NAME=epydial
|
|
PATH=/bin:/usr/bin:/sbin:/usr/sbin; export PATH
|
|
TZ=MET; export TZ
|
|
cd /usr/share/$NAME
|
|
exec python2.5 ./$NAME.py > /media/card/$NAME.log 2>&1
|