-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
OdooScript/odoo_installer_24.sh
Line 1358 in 3021f63
| if ! execute_simple "bash yes | /tmp/webmin-setup-repo.sh " "Setting up Webmin repository"; then |
The correct format is
if ! execute_simple "sh /tmp/webmin-setup-repo.sh < <(yes)" "Setting up Webmin repository"; then
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels