feat(insta): add echoing of date

This commit is contained in:
Jan-Ole Hübner 2025-04-13 16:52:15 +02:00
parent df7bec8f90
commit 8eed110642

View file

@ -27,7 +27,7 @@ function insta() {
esac
shift
done
echo "-----$(date)------"
if [ ! -d "$insta_mount_point" ]; then
echo "Creating mount point directory..."
mkdir -p "$insta_mount_point"