ej52/proxmox-scripts

os_* command not found on debian and ubuntu

ismxilxrif opened this issue · 2 comments

Script
nginx-proxy-manager

Describe the bug
when running inside a system, the os_* commands is not found

System info:

  • Ubuntu Version: [e.g. 22.04.3]

Additional context
i think the os_*commands only appear on alpine, but my setup is using ubuntu

error as follows:

bash: line 26: os_arch: command not found

[ERROR] on line 26 with exit code 127 while executing command EPS_OS_ARCH=$(os_arch)
ej52 commented

@ismxilxrif Should be fixed with 077fa50

Issue was that the install script was trying to load utils/ubuntu.sh which doesn't exist

alright!

thanks for the fix!

regards...