Loading installer/post-scripts/50-tor-raid-setup +3 −0 Original line number Diff line number Diff line Loading @@ -30,15 +30,18 @@ if [ -e "$DISK2" ]; then echo "I: installing grub on secondary disk $DISK2" if chroot "$MNTPOINT" grub-install "$DISK2"; then grub_success() { echo "I: $0 completed" true } else grub_success() { echo "E: $0 failed to install grub on $DISK2" false } fi else grub_success() { echo "E: $0 could not find second disk, $DISK2" false } fi Loading Loading
installer/post-scripts/50-tor-raid-setup +3 −0 Original line number Diff line number Diff line Loading @@ -30,15 +30,18 @@ if [ -e "$DISK2" ]; then echo "I: installing grub on secondary disk $DISK2" if chroot "$MNTPOINT" grub-install "$DISK2"; then grub_success() { echo "I: $0 completed" true } else grub_success() { echo "E: $0 failed to install grub on $DISK2" false } fi else grub_success() { echo "E: $0 could not find second disk, $DISK2" false } fi Loading