quick fix

This commit is contained in:
pvincent
2026-09-02 13:34:14 +04:00
parent 2f73ee1f1e
commit b84a3559f3
+5
View File
@@ -60,6 +60,11 @@ function miaou_error {
>&2 echo "MIAOU_ERROR: $1" >&2 echo "MIAOU_ERROR: $1"
>&2 echo "Either retry later when a newer version will come up" >&2 echo "Either retry later when a newer version will come up"
>&2 echo "Or report the errorstack printed out above to: contact@artcode.re" >&2 echo "Or report the errorstack printed out above to: contact@artcode.re"
>&2 echo --------------------------------------------------------------
>&2 echo "QUICK FIX:"
>&2 echo " MIAOU_BASH_DIR=/opt/miaou-bash"
>&2 echo " export MIAOU_BASH_DIR"
>&2 echo " sudo -E \"\$MIAOU_BASH_DIR\"/bin/miaou-bash \"\$MIAOU_BASH_DIR\"/lib/initiate.bash"
} }
function execute_miaou_lib { function execute_miaou_lib {