1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jirafeau_ynh.git synced 2024-09-03 19:35:53 +02:00

Merge branch 'testing' of https://github.com/YunoHost-Apps/jirafeau_ynh into testing

This commit is contained in:
ericgaspar 2020-11-09 16:05:02 +01:00
commit dcaec5f9b3
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -107,7 +107,7 @@ then
# Delete the directory if it's only one character long # Delete the directory if it's only one character long
if [ ${#dirname} -eq 1 ] if [ ${#dirname} -eq 1 ]
then then
rm -r "$file" ynh_secure_remove "$file"
fi fi
done <<< "$(find "$var_root/$type" -maxdepth 1 -mindepth 1 -type d)" # List all first level directories done <<< "$(find "$var_root/$type" -maxdepth 1 -mindepth 1 -type d)" # List all first level directories
done done