removed check for /etc/profile.d/ script

This commit is contained in:
2023-10-10 20:03:45 -05:00
parent 08e2b1beb7
commit 4f4903376a

View File

@@ -3,9 +3,3 @@
sudo rm /home/akanealw/.config/wrestic/*
sudo rm /home/akanealw/scripts/wrestic-backup-to-truenas.sh
sudo rm /usr/local/bin/wrestic
if [[ ! -f /etc/profile.d/mount-shared-drives.sh ]]
then
sudo umount /mnt/* -v
echo "Shared folders have been unmounted. Please remove uneccessary mount folders"
fi