1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Fix spelling

This commit is contained in:
Yalh 2019-01-25 13:28:42 +01:00 committed by yalh76
parent 48e709a72b
commit a27ffca499

View file

@ -246,7 +246,7 @@ fi
#=================================================
# SETUP
#=================================================
# Give permisiion to the final_path
# Give permission to the final_path
chown -R "$app":"$app" "$final_path"
# App setup and db migration
( cd $final_path/$app && sudo -u "$app" MIX_ENV=prod mix local.hex --force )