Skip to content

Commit 8955bb6

Browse files
authored
Update proxmox_toolbox.sh
1 parent 787ec04 commit 8955bb6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

proxmox_toolbox.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -720,14 +720,16 @@ backup_menu(){
720720
echo "- fail2ban config found - installing fail2ban"
721721
apt-get -yqq install fail2ban
722722
fi
723-
echo "- Remounting previously existing storages if any:"
723+
echo "- Remounting previously existing storages if any"
724724
for mount in /etc/systemd/system/*.mount; do
725+
echo "- Remountig using configuration $mount"
725726
source $mount >/dev/null 2>&1
726727
mkdir -p "$Where"
727728
echo "$What $Where $Type $Options 0 2" >> /etc/fstab
728729
done
729730
mount -a
730731
for pool in $(zpool import | grep pool: | awk '{print $2}'); do
732+
echo "- Importing pool $pool"
731733
zpool import -f $pool
732734
done
733735
read -p "- Do you want to reboot host now? y = yes / anything = no: " -n 1 -r

0 commit comments

Comments
 (0)