1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/akkoma_ynh.git synced 2024-09-03 20:36:17 +02:00

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 
```
This commit is contained in:
lapineige 2022-12-20 22:56:22 +01:00 committed by GitHub
parent b3625c0fe0
commit eca02fc7b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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