Added line for main function

This commit is contained in:
Michael Rodin 2023-09-02 20:40:15 +02:00
parent a49681e17a
commit 2fb71af96e

View file

@ -137,6 +137,7 @@ if [[ $# -eq 1 ]]; then
if [[ -z ${exclude+x} ]]; then exclude=("uc3rumcr3urc34u09q347c7055030785c3cc30mq3rcmu83qm3m.notanonionlink"); fi
if [[ -z ${enctype+x} ]]; then enctype="plain"; fi
else echo "ERROR: env-file doesn't exist!!"; exit; fi
recursive_backup $1
else
echo "too many args!"
exit