bashclub / zamba-lxc-toolbox

Zamba LXC Toolbox a script collection to setup LXC containers on Proxmox + ZFS. Zamba is the fusion of ZFS and Samba (standalone, active directory dc or active directory member), preconfigured to access ZFS snapshots by "Previous Versions" to easily recover encrypted by ransomware files, accidently deleted files or just to revert changes.
https://aow.de/
GNU General Public License v3.0
289 stars 62 forks source link

Minor bug in install.sh in case of LXC_AUTOTAG=0 #83

Closed duraslexan closed 1 year ago

duraslexan commented 1 year ago

Hi, I detected a minor bug in install.sh in case the variable LXC_AUTOTAG is set to 0 in zamba.conf. In the relevant code part an else statement with TAGS="" is missing or as alternative a default set statement could do the same. I can provide an commit but I think the change is so minor, that anybody from the active constributers should do it.

By the way this is a very helpful tool.

thorstenspille commented 1 year ago

fixed in dev branch