yunohost/helpers
Félix Piédallu 650481a58a ynh_safe_rm: Check if target is a symlink
When calling ynh_safe_rm to a broken symlink, the function was erroring out.
(test -e was following the symlink and returning false)
We need to also check if it is a symlink before exiting.
2024-06-28 15:01:59 +02:00
..
helpers.v1.d helpers/doc: De-hide some helpers v1 in documentation now that the structure is less bloated sort of ? 2024-06-25 00:21:24 +02:00
helpers.v2.1.d ynh_safe_rm: Check if target is a symlink 2024-06-28 15:01:59 +02:00
vendor One vendor to rule them all 2024-06-02 20:45:26 +02:00
helpers helpers2.1: fixes after tests on the battlefield 2024-06-13 01:00:52 +02:00
helpers.v2.d helpers: we need helpers.v2.d to be a symlink to helpers.v1.d? 2024-05-27 16:57:33 +02:00