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:
parent
85a56d8923
commit
6d17d52048
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ then
|
||||||
tmp="/tmp/minio"
|
tmp="/tmp/minio"
|
||||||
mkdir "$tmp"
|
mkdir "$tmp"
|
||||||
chown -R $app:www-data "$tmp"
|
chown -R $app:www-data "$tmp"
|
||||||
pushd "$tmp/"
|
pushd "$datadir/"
|
||||||
for d in * ; do
|
for d in * ; do
|
||||||
if [ "$d" == "*" ]
|
if [ "$d" == "*" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Reference in a new issue