openlitespeed
openlitespeed copied to clipboard
build "admin_php" in a thin container with "command not found"
issue when trying to build "admin_php" in a thin container by "build_admin_php.sh" the basic 'which' command is not always available. suggests considering using the command 'type -p' or break the build
#build_admin_php.sh:19-35
Thank you for this suggestion. Need to check if 'type' is more popular.