From: Christian Heller Date: Fri, 17 Dec 2021 17:51:38 +0000 (+0100) Subject: Fix plomlombot setup. X-Git-Url: https://plomlompom.com/repos/?p=config;a=commitdiff_plain;h=1051f875935af7ecda03a8164013c8849039d92a Fix plomlombot setup. --- diff --git a/bullseye/other_files/plomlombot_daemon.sh b/bullseye/other_files/plomlombot_daemon.sh index a9285bf..9b9faee 100755 --- a/bullseye/other_files/plomlombot_daemon.sh +++ b/bullseye/other_files/plomlombot_daemon.sh @@ -33,7 +33,7 @@ while true; do set -e if [ "${start_screen}" -eq "1" ]; then cd ~/plomlombot-irc - LANG="en_US.UTF-8" screen -d -m -S "${session_name}" ./run.sh -r 604800 -n "${bot_name}" -s "${server_name}" -c "${channel_name}" ${add_option} + LANG="en_US.UTF-8" screen -d -m -S "${session_name}" ./run.sh -r 604800 -n "${bot_name}" -u "${bot_name}" -s "${server_name}" -c "${channel_name}" ${add_option} fi md5_server=$(echo -n "${server_name}" | md5sum | cut -d' ' -f1) md5_channel=$(echo -n "${channel_name}" | md5sum | cut -d' ' -f1)