7 lines
103 B
Bash
Executable File
7 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ -f "/etc/profile" ]; then
|
|
. /etc/profile
|
|
fi
|
|
exec /usr/lib/rigo/RigoDaemon/app.py "$@"
|