back to updates
This commit is contained in:
12
net-im/franz/files/franz
Executable file
12
net-im/franz/files/franz
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
SCRIPT=$(readlink -f "$0")
|
||||
USR_DIRECTORY=$(readlink -f $(dirname $SCRIPT)/..)
|
||||
|
||||
FRANZ_PATH=/opt/Franz/franz
|
||||
FRANZ_LOGS="$HOME/.config/Franz/logs"
|
||||
|
||||
mkdir -p $FRANZ_LOGS
|
||||
|
||||
nohup "$FRANZ_PATH" --executed-from="$(pwd)" --pid=$$ "$@" > "$FRANZ_LOGS/franz-startup.log" 2>&1 &
|
||||
|
||||
Reference in New Issue
Block a user