home · contact · privacy
Add borg repo mirroring.
[config] / buster / other_files / plomlombot_daemon.sh
index 8cf58a10d38b2734fe731d5a5c155f48dfbbc3dc..2f267bdd790de87f2e6b2cbc3a37c53c774e5198 100755 (executable)
@@ -41,7 +41,7 @@ while true; do
                 ln -sfn "${logs_dir}" "${irclogs_dir}/${shortened_channel_name}"
                 echo "${login_user}":'{PLAIN}'"${login_pw}" > "${irclogs_pw_dir}/${shortened_channel_name}"
 
-            # If "gpg" line, encrypt old raw logs to that GPG key.
+            # If "gpg_key" line, encrypt old raw logs to that GPG key.
             elif [ "${first_word}" = "gpg_key" ]; then
                 key=$(echo -n "${line}" | cut -d' ' -f2)
                 mkdir -p ~/plomlombot_db