This commit is contained in:
Your Name 2023-02-14 12:54:51 -07:00
parent e0f7bc30d4
commit d4c9cbb8d3

View File

@ -82,7 +82,7 @@ os-backup() {
echo;echo "[Mounting.....]";echo
printf "$DISK_PASSWORD" | cryptsetup open $BACKUP_DISK install
mount /dev/mapper/install $TARGET
echo "test $2"
if [ "$2" = "home" ]; then
homeBackup
fi