|
|
@ -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 { |
|
|
|