From 90d0267f6d7b5a7b64c16e4b71cdb8095fbcfe27 Mon Sep 17 00:00:00 2001 From: Indrek Haav Date: Tue, 29 Mar 2022 20:57:30 +0300 Subject: [PATCH] Added author name and link to repo to scripts --- backup-hook.sh | 3 +++ lxc-setup.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/backup-hook.sh b/backup-hook.sh index a7f8769..d6204d6 100644 --- a/backup-hook.sh +++ b/backup-hook.sh @@ -1,4 +1,7 @@ #!/bin/bash +# +# Author: Indrek Haav +# Source: https://github.com/IndrekHaav/proxmox-helpers if [ "$VMTYPE" == "lxc" ]; then echo "Running $1 script in guest $3 (if it exists)" diff --git a/lxc-setup.sh b/lxc-setup.sh index d9a50c0..1e22594 100644 --- a/lxc-setup.sh +++ b/lxc-setup.sh @@ -1,4 +1,7 @@ #!/bin/bash +# +# Author: Indrek Haav +# Source: https://github.com/IndrekHaav/proxmox-helpers set -e