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

Update upgrade

This commit is contained in:
yalh76 2021-04-27 17:55:17 +02:00
parent 87eb2325c9
commit b4052f3a57

View file

@ -148,7 +148,7 @@ if [ -z "$datadir" ]; then
chmod -R o-rwx "$datadir"
chown -R $app:$app "$datadir"
if [ -d "$final_path/$app/uploads/" ]; then
if [[ -d "$final_path/$app/uploads/" ]]; then
rsync -a $final_path/$app/uploads/ $datadir/uploads/
fi