~jadedctrl/jam-xwx-moe

Showing details for patch b7e1310f2e9993e88a7ea52971890988ed9e4401.
2023-10-23 (Mon), 3:02 AM - - b7e1310f2e9993e88a7ea52971890988ed9e4401

Ripareti eraron je Pleroma ekiga skripto

Summary of changes
1 files modified with 4 lines added and 1 lines removed
  • pleroma/ek.sh with 4 added and 1 removed lines
diff -rN -u old-jam-xwx-moe/pleroma/ek.sh new-jam-xwx-moe/pleroma/ek.sh
--- old-jam-xwx-moe/pleroma/ek.sh	2024-11-22 11:00:07.952494511 +0000
+++ new-jam-xwx-moe/pleroma/ek.sh	2024-11-22 11:00:07.952494511 +0000
@@ -10,7 +10,10 @@
 
 # Kreu pliamikecan HTML-paĝon por tiuj uzantaj ne Ĝavoskripton.
 rm instance/static.index/index.html
-(sleep 60; perl instance/static.index/index.perl > instance/static.index/index.html) &
+(sleep 60; \
+ perl instance/static.index/index.perl \
+	  > instance/static.index/index.html.tmp; \
+ mv instance/static.index/index.html.tmp instance/static.index/index.html) &
 
 # Efektive rulu la servilon!! c:<
 MIX_ENV=prod mix phx.server