X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7B%20card_id%20%7D%7D/delete?a=blobdiff_plain;f=all_new_2018%2Fuser_scripts%2Fplomlombot_daemon.sh;h=dcac4f677c453f0f665a4e8ae66a001b88857270;hb=cf999e4d2f8b8bd04ae908f2988bbba867e5c45e;hp=b7d07093f138ee82e8802ce432776ba011f50b7c;hpb=ddcc8658999ccef1883086d6401071ca2d78634a;p=config diff --git a/all_new_2018/user_scripts/plomlombot_daemon.sh b/all_new_2018/user_scripts/plomlombot_daemon.sh index b7d0709..dcac4f6 100755 --- a/all_new_2018/user_scripts/plomlombot_daemon.sh +++ b/all_new_2018/user_scripts/plomlombot_daemon.sh @@ -35,7 +35,7 @@ while true; do if [ "${first_char}" = "#" ]; then shortened_channel_name=$(echo -n "${channel_name}" | cut -c2-) fi - ln -sf "${logs_dir}" "${irclogs_dir}/${shortened_channel_name}" + ln -sfn "${logs_dir}" "${irclogs_dir}/${shortened_channel_name}" # If "key:" line, encrypt old raw logs to that GPG key. elif [ "${first_word}" = "gpg_key": ]; then