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
{{ message }}
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
Currently, the install.sh script exits with an unfriendly error if an older version is specified than is available in the Catalog, like:
EXIT MESSAGE: FATAL: Internal error, get() expects files to get
The Installer should handle this a little more gracefully if possible. Currently at line 731 - we grep through the catalog to find drp-$DRP_VERSION - which may return an empty string, this is passed to the get() call without checking.
Error messaging should be enhanced to catch this.
The text was updated successfully, but these errors were encountered:
Currently, the
install.sh
script exits with an unfriendly error if an older version is specified than is available in the Catalog, like:EXIT MESSAGE: FATAL: Internal error, get() expects files to get
The Installer should handle this a little more gracefully if possible. Currently at line 731 - we grep through the catalog to find
drp-$DRP_VERSION
- which may return an empty string, this is passed to theget()
call without checking.Error messaging should be enhanced to catch this.
The text was updated successfully, but these errors were encountered: