fix autoupdate

This commit is contained in:
Purple
2025-02-05 17:59:26 +00:00
parent bdfba1d652
commit a5e969bb90

View File

@@ -40,8 +40,6 @@ source /tmp/tailscale-$DA.sh
# if [ -e "$SYMLINK" ] || [ -L "$SYMLINK" ]; then
# rm -f "$SYMLINK"
# fi
#
ln -s "$TARGET" "$SYMLINK"
#
# # Verify the creation
if [ -L "$SYMLINK" ]; then