1
0
Fork 0
mirror of https://github.com/YunoHost/moulinette.git synced 2024-09-03 20:06:31 +02:00

Update filesystem

This commit is contained in:
Maniack Crudelis 2016-11-29 14:19:19 +01:00 committed by Weblate
parent e8c9161979
commit cfef34a39f

View file

@ -62,3 +62,13 @@ ynh_bind_or_cp() {
echo "This helper is deprecated, you should use ynh_backup instead" >&2
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
}