This website requires JavaScript.
Explore
Help
Sign In
Protei
/
PromucFlow_constructor
Watch
2
Star
0
Fork
0
You've already forked PromucFlow_constructor
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
0238a8adc8
PromucFlow_constructor
/
deploy
/
docker
/
fs
/
opt
/
appsmith
/
run-starting-page-init.sh
5 lines
94 B
Bash
Raw
Normal View
History
Unescape
Escape
fix: improve starting page removal script with error handling (#23392) - Removed event listener python script, removed supervisor conf for the same. - Added new python script to handle the starting page init. - Python script will be called via a shell script with a failsafe removal of the loading page. - The above shell script will be run as a child of the run java script Tests: The child script exits after execution, and does not create zombie process even when the run java script is called multiple times with restarts. Verified exceptions and failsafe manually by introducing syntax errors and uninstalling requests module. --------- Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2023-06-06 13:02:40 +00:00
#!/bin/bash
chore: Run NGINX with readonly root FS support (#27453) Part of supporting readonly root filesystem, gets NGINX to start without doing any writes to the filesystem, except for in `/tmp`.
2023-09-27 08:08:47 +00:00
python3 /opt/appsmith/starting-page-init.py
rm -f
"
$NGINX_WWW_PATH
/loading.html
"
Reference in New Issue
Copy Permalink