diff --git a/debian/debian-download-configure-wrestic.sh b/debian/debian-download-configure-wrestic.sh index 7fe6072..afc2322 100644 --- a/debian/debian-download-configure-wrestic.sh +++ b/debian/debian-download-configure-wrestic.sh @@ -9,6 +9,7 @@ fi isInFile=$(cat /home/akanealw/.ssh/config | grep -c "truenas") if [ $isInFile -eq 0 ] then + echo "" >> /home/akanealw/.ssh/config echo "Host truenas" >> /home/akanealw/.ssh/config echo "Hostname 192.168.1.41" >> /home/akanealw/.ssh/config echo "Port 22" >> /home/akanealw/.ssh/config diff --git a/wrestic/wrestic-remove.sh b/wrestic/wrestic-remove.sh index 3b6f337..7134bde 100644 --- a/wrestic/wrestic-remove.sh +++ b/wrestic/wrestic-remove.sh @@ -7,5 +7,5 @@ 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" + echo "Shared folders have been unmounted. Please remove uneccessary mount folders" fi