Skip to content

Commit

Permalink
Update installUpgradeFunctions.sh: redirect { } block
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Jan 31, 2025
1 parent 74c6814 commit 7db67ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/installUpgradeFunctions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -896,9 +896,9 @@ function umount_tmp()

sudo umount -f "${TMP}" 2> /dev/null ||
{
sudo systemctl restart smbd 2> /dev/null
sudo umount -f "${TMP}" 2> /dev/null
}
sudo systemctl restart smbd
sudo umount -f "${TMP}"
} 2> /dev/null
}

####
Expand Down

0 comments on commit 7db67ab

Please sign in to comment.