From b70c40c212e917f97581361bb2228f36a7c328c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 23 Nov 2023 12:19:32 +0100 Subject: [PATCH] fix --- conf/fab-manager-app.service | 2 +- manifest.toml | 2 +- scripts/_common.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/fab-manager-app.service b/conf/fab-manager-app.service index 1267c30..0a4e971 100644 --- a/conf/fab-manager-app.service +++ b/conf/fab-manager-app.service @@ -9,7 +9,7 @@ WorkingDirectory=__INSTALL_DIR__ Environment="__LD_PRELOAD__" Environment="__YNH_RUBY_LOAD_PATH__" Environment="RAILS_ENV=production" -ExecStartPre=-/bin/bash -c 'rm -f __FINAL_PATH__/tmp/pids/server.pid' +ExecStartPre=-/bin/bash -c 'rm -f __INSTALL_DIR__/tmp/pids/server.pid' ExecStart=__INSTALL_DIR__/bin/bundle exec rails s puma -p __PORT__ -b 0.0.0.0 ExecReload=/bin/kill -SIGUSR1 $MAINPID TimeoutSec=15 diff --git a/manifest.toml b/manifest.toml index cef3d82..617e019 100644 --- a/manifest.toml +++ b/manifest.toml @@ -4,7 +4,7 @@ id = "fab-manager" name = "Fab-manager" description.en = "Fab Lab management solution." -version = "5.6.5~ynh1" +version = "6.3.4~ynh1" maintainers = [] diff --git a/scripts/_common.sh b/scripts/_common.sh index 72838b5..1c16dba 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ ruby_version="2.6.10" -nodejs_version="14" +nodejs_version="18" # Workaround for Mastodon on Bullseye # See https://github.com/mastodon/mastodon/issues/15751#issuecomment-873594463