From eca02fc7b0bbd6e2d5a434106b09b513c631de7c Mon Sep 17 00:00:00 2001 From: lapineige Date: Tue, 20 Dec 2022 22:56:22 +0100 Subject: [PATCH] Frontend installation fails - postpone it ``` sudo -u akkoma -s /bin/bash -lc '/var/www/akkoma/live/bin/pleroma_ctl frontend install pleroma-fe --ref stable' --rpc-eval : RPC failed with reason :nodedown ``` --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index e8636ba..6f3a5a9 100644 --- a/scripts/install +++ b/scripts/install @@ -237,10 +237,10 @@ chown $app:$app "$config" #================================================= # Pleroma Front-End -ynh_exec_warn_less ynh_exec_as $app -s $SHELL -lc "$final_path/live/bin/pleroma_ctl frontend install pleroma-fe --ref stable" +#ynh_exec_warn_less ynh_exec_as $app -s $SHELL -lc "$final_path/live/bin/pleroma_ctl frontend install pleroma-fe --ref stable" # Admin Front-End -ynh_exec_warn_less ynh_exec_as $app -s $SHELL -lc "$final_path/live/bin/pleroma_ctl frontend install admin-fe --ref stable" +#ynh_exec_warn_less ynh_exec_as $app -s $SHELL -lc "$final_path/live/bin/pleroma_ctl frontend install admin-fe --ref stable" #================================================= # GENERIC FINALIZATION