run migrations

This commit is contained in:
Kay0u 2020-04-09 18:49:56 +02:00
parent 70dfb95e9c
commit 781e515691
No known key found for this signature in database
GPG key ID: AE1DCADB6415A156

3
run.sh
View file

@ -95,6 +95,9 @@ case ${2} in
# ssowat
link_ssowat_from_git
# Run migrations
lxc exec "$CONTAINER_ID" -- sh -c "yunohost tools migrations migrate"
;;
esac
;;