Debian 11: path for sh and find is wrong #313

Closed
opened 2026-04-05 20:26:47 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @aalonzi on 11/27/2023

CloudPanel version(s) affected

2.4.0

Description

during create a new website, the script try to use /usr/bin/find and /usr/bin/sh but on Debian 11 the correct path is /bin/find and /bin/sh

How to reproduce

install cloudpanel on Debian 11 and try to create new website

Possible Solution

use correct path or make symlink:
ln -s /bin/find /usr/bin/find
ln -s /bin/sh /usr/bin/sh

Additional Context

No response

*Originally created by @aalonzi on 11/27/2023* ### CloudPanel version(s) affected 2.4.0 ### Description during create a new website, the script try to use /usr/bin/find and /usr/bin/sh but on Debian 11 the correct path is /bin/find and /bin/sh ### How to reproduce install cloudpanel on Debian 11 and try to create new website ### Possible Solution use correct path or make symlink: ln -s /bin/find /usr/bin/find ln -s /bin/sh /usr/bin/sh ### Additional Context _No response_
Sign in to join this conversation.