From 81642f59732000a07d32178684617ab64081d92e Mon Sep 17 00:00:00 2001 From: matu6968 Date: Fri, 1 Nov 2024 11:45:16 +0100 Subject: [PATCH] Update eprintcloned --- eprintcloned | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eprintcloned b/eprintcloned index e3fddee..d53c08b 100755 --- a/eprintcloned +++ b/eprintcloned @@ -1,7 +1,7 @@ #!/bin/bash printer=examplename # replace this with your actual printer name before putting it into /usr/bin -imagelogmsg="Server hoster decided to enable file logging, if you don't wish your file to be logged, ask the server owner to delete your sent file or if you are the server hoster set FILELOG=nolog in .env file" # add a custom logging of files message +imagelogmsg="Server hoster decided to enable file logging, if you don't wish your file to be logged, ask the server owner to delete your sent file or if you are the server hoster set LOG=nolog in .env file" # add a custom logging of files message # Loop through each file passed as an argument for file in "$1"; do