back to updates

This commit is contained in:
Mario Fetka
2021-06-30 18:45:43 +02:00
parent 7576f0a9e2
commit 701156bcf9
103 changed files with 2590 additions and 688 deletions

12
net-im/franz/files/franz Executable file
View 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 &