1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minio_ynh.git synced 2024-09-03 19:46:18 +02:00

Update upgrade

This commit is contained in:
Limezy 2023-02-24 14:30:09 +07:00
parent 85a56d8923
commit 6d17d52048

View file

@ -60,7 +60,7 @@ then
tmp="/tmp/minio"
mkdir "$tmp"
chown -R $app:www-data "$tmp"
pushd "$tmp/"
pushd "$datadir/"
for d in * ; do
if [ "$d" == "*" ]
then