how to update a symbolic link target (ln -f -s not working)
- by solid
I'm using
ln -f -s
/var/www/html/releases/build1390
app-current
to update symbolic link "app-current" with a new destination.
However, this doesn't work, the link "app-current" keeps it original destination, however, I don't get any errors...
I'd rather not remove the link and recreate it, just update the target of an existing link. Is that possible?