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

Hack for Outline users

This commit is contained in:
Limezy 2023-01-27 22:48:23 +07:00
parent e8f026db29
commit d979d7c887

View file

@ -166,6 +166,11 @@ then
pushd $mc_path
ynh_exec_warn_less sudo -u $app ./mc mb minio/"$d"
ynh_exec_warn_less sudo -u $app ./mc mirror --preserve "$datadir/DATA_$d" minio/"$d"
# This is a hack, but it will make outline_ynh users' lifes much easier !
if [ "$d" == "outlinestorage" ]
then
ynh_exec_warn_less sudo -u $app ./mc policy set public minio/outlinestorage
fi
popd
ynh_secure_remove --file="DATA_$d"
done