mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update filesystem
This commit is contained in:
parent
28ec1dec8f
commit
65d412055d
1 changed files with 10 additions and 0 deletions
|
@ -62,3 +62,13 @@ ynh_bind_or_cp() {
|
||||||
echo "This helper is deprecated, you should use ynh_backup instead" >&2
|
echo "This helper is deprecated, you should use ynh_backup instead" >&2
|
||||||
ynh_backup "$1" "$2" 1 "$NO_ROOT"
|
ynh_backup "$1" "$2" 1 "$NO_ROOT"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Create a directory under /tmp
|
||||||
|
#
|
||||||
|
# Deprecated helper
|
||||||
|
#
|
||||||
|
# usage: ynh_mkdir_tmp
|
||||||
|
# | ret: the created directory path
|
||||||
|
ynh_mkdir_tmp() {
|
||||||
|
mktemp -d
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue