diff options
Diffstat (limited to 'utils')
| -rwxr-xr-x | utils/lxc.sh | 3 | ||||
| -rwxr-xr-x | utils/searx.sh | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/utils/lxc.sh b/utils/lxc.sh index 7c7edccb3..f9e6e6b7a 100755 --- a/utils/lxc.sh +++ b/utils/lxc.sh @@ -192,8 +192,9 @@ main() { if [[ $exit_val -ne 0 ]]; then warn_msg "[${_BBlue}${i}${_creset}] exit code (${_BRed}${exit_val}${_creset}) from ${_BGreen}${*}${_creset}" else - info_msg "[${_BBlue}${i}${_creset}] exit code (${_BRed}${exit_val}${_creset}) from ${_BGreen}${*}${_creset}" + info_msg "[${_BBlue}${i}${_creset}] exit code (${exit_val}) from ${_BGreen}${*}${_creset}" fi + echo done ;; install) diff --git a/utils/searx.sh b/utils/searx.sh index 03911dff6..a93e36c95 100755 --- a/utils/searx.sh +++ b/utils/searx.sh @@ -668,7 +668,7 @@ enable: sudo -H ln -s ${uWSGI_APPS_AVAILABLE}/${SEARX_UWSGI_APP} ${uWSGI_APPS start: sudo -H service uwsgi start ${SEARX_UWSGI_APP%.*} restart: sudo -H service uwsgi restart ${SEARX_UWSGI_APP%.*} stop: sudo -H service uwsgi stop ${SEARX_UWSGI_APP%.*} -disable: sudo -H rm ${uWSGI_APPS_ENABLED}/${CONF} +disable: sudo -H rm ${uWSGI_APPS_ENABLED}/${SEARX_UWSGI_APP} EOF ;; arch-*) cat <<EOF |