mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] Add warning about deprecated ynh_mkdir_tmp helper
This commit is contained in:
parent
cfef34a39f
commit
671fd047fb
1 changed files with 1 additions and 0 deletions
|
@ -70,5 +70,6 @@ ynh_bind_or_cp() {
|
|||
# usage: ynh_mkdir_tmp
|
||||
# | ret: the created directory path
|
||||
ynh_mkdir_tmp() {
|
||||
echo "This helper is deprecated, you should use 'mktemp -d' instead." >&2
|
||||
mktemp -d
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue