Skip to content

Commit

Permalink
Added author name and link to repo to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrekHaav committed Mar 29, 2022
1 parent f11884d commit 90d0267
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backup-hook.sh
Original file line number Diff line number Diff line change
@@ -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)"
Expand Down
3 changes: 3 additions & 0 deletions lxc-setup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash
#
# Author: Indrek Haav
# Source: https://github.com/IndrekHaav/proxmox-helpers

set -e

Expand Down

0 comments on commit 90d0267

Please sign in to comment.