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

Merge branch 'testing' into v2

This commit is contained in:
Éric Gaspar 2023-06-04 20:58:10 +02:00
commit 22f25cbe46

View file

@ -32,7 +32,7 @@ mariadb-to-pg() {
pushd $install_dir
ynh_systemd_action --service_name="$app" --action="stop"
set +e
sudo -u mattermost timeout --preserve-status 180 "./bin/mattermost"
sudo -u mattermost timeout --preserve-status 300 "./bin/mattermost"
if [ "$?" != "0" ] && [ "$?" != "143" ] ; then
ynh_die --message="Failed to run Mattermost to create PostgreSQL database tables" --ret_code=1
fi