aboutsummaryrefslogtreecommitdiff
path: root/scripts/restore
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2021-03-07 20:17:05 +0100
committeryalh76 <yalh@yahoo.com>2021-03-07 20:17:05 +0100
commitc4c79475213f752a42d427a9be4be25b5dcca02e (patch)
tree93fe8b00d8ceb290b2d8b20527dc3e5d752a0440 /scripts/restore
parent0fbd6a19a1f413cfa05480cf44f33f4edff0f655 (diff)
downloadmastodon_ynh-c4c79475213f752a42d427a9be4be25b5dcca02e.tar.gz
mastodon_ynh-c4c79475213f752a42d427a9be4be25b5dcca02e.tar.bz2
mastodon_ynh-c4c79475213f752a42d427a9be4be25b5dcca02e.zip
simplification
Diffstat (limited to 'scripts/restore')
-rw-r--r--scripts/restore4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/restore b/scripts/restore
index 6744ddb..19a7715 100644
--- a/scripts/restore
+++ b/scripts/restore
@@ -113,7 +113,7 @@ ynh_script_progression --message="Installing Ruby..."
ynh_install_ruby --ruby_version=$RUBY_VERSION
pushd "$final_path/live"
gem update --system
- gem install bundler:$BUNDLER_VERSION --no-document
+ gem install bundler --no-document
popd
#=================================================
@@ -150,7 +150,7 @@ yunohost service add "$app-streaming" --description "$app streaming service"
#=================================================
ynh_script_progression --message="Starting a systemd service..."
-ynh_systemd_action --service_name=${app}-web --action="start" --log_path=systemd --line_match="Listening on tcp"
+ynh_systemd_action --service_name=${app}-web --action="start" --log_path=systemd --line_match="Listening on"
ynh_systemd_action --service_name=${app}-sidekiq --action="start" --log_path=systemd --line_match="Schedules Loaded"
ynh_systemd_action --service_name=${app}-streaming --action="start" --log_path=systemd --line_match="Worker 1 now listening"