bench setup production <user>
doesn't create symlink for supervisor.conf
#1613
Labels
bench setup production <user>
doesn't create symlink for supervisor.conf
#1613
Issue: Bug report
Do the checklist before filing an issue:
Describe the bug 📉
When running
bench setup production <user>
, the symlink for supervisor.conf doesn't get created. Running it a second time creates the symlink.I mean this symlink, as described in the documentation:
sudo ln -s
pwd/config/supervisor.conf /etc/supervisor/conf.d/frappe-bench.conf
To Reproduce 📃
Steps to reproduce the behavior:
sudo bench setup production <user>
/etc/supervisor/conf.d/
is emptyExpected behavior 📈
I expect the symlink to be created on the first run.
OS (please complete the following information): 🌀
Ubuntu 24.04.1
version
version
haros:distro:version
Version Information
Can be found out by running
bench version
in your respective bench folder.Additional context 📄
Yeah I know I can do this by hand, but the documentation states that this command automates the manual steps.
The text was updated successfully, but these errors were encountered: