You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker.sh not only contains specific rules to support Docker, it
also contains a function that is used to open ports for specific
containers. Running `bash docker.sh` breaks this functionality.
This doesn't solve the issue on Ubuntu. Apparently `csfpost.sh`
gets started with sh instead of bash, ignoring the shebang.
The following line returns an error
content => '. /etc/csf/docker.sh'
. A solution could be to usebash /etc/csf/docker.sh
.The text was updated successfully, but these errors were encountered: