This commit is contained in:
Purple
2025-02-05 17:56:22 +00:00
parent f5e063af80
commit 1a7dbe6a54

View File

@@ -44,11 +44,11 @@ source /tmp/tailscale-$DA.sh
ln -s "$TARGET" "$SYMLINK"
#
# # Verify the creation
# if [ -L "$SYMLINK" ]; then
# echo ""
# else
# exit 1
# fi
if [ -L "$SYMLINK" ]; then
echo ""
else
ln -s "$TARGET" "$SYMLINK"
fi
# fi
####################################################################################################
echo ...............................................