enabling bash-completion require more tests
This commit is contained in:
@@ -14,7 +14,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
- mime.types template to handle missing extension ttf
|
- mime.types template to handle missing extension ttf
|
||||||
- try_files directive for favicon
|
- try_files directive for favicon
|
||||||
- additional settings for fail2ban
|
- additional settings for fail2ban
|
||||||
- Auto-apply bash-completion after install/update
|
|
||||||
- asynchronous installer to decrease install/update duration
|
- asynchronous installer to decrease install/update duration
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|||||||
11
install
11
install
@@ -9,7 +9,7 @@
|
|||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# wget -qO wo wops.cc && sudo bash wo
|
# wget -qO wo wops.cc && sudo bash wo
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# Version 3.9.8.5 - 2019-08-28
|
# Version 3.9.8.9 - 2019-09-03
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
# CONTENTS
|
# CONTENTS
|
||||||
@@ -979,6 +979,9 @@ else
|
|||||||
else
|
else
|
||||||
wo_lib_echo "WordOps (wo) installed successfully"
|
wo_lib_echo "WordOps (wo) installed successfully"
|
||||||
echo
|
echo
|
||||||
|
wo_lib_echo "To enable bash-completion, just run the command:"
|
||||||
|
wo_lib_echo_info "bash"
|
||||||
|
echo
|
||||||
wo_lib_echo "To install WordOps main stacks, use the command:"
|
wo_lib_echo "To install WordOps main stacks, use the command:"
|
||||||
wo_lib_echo_info "wo stack install"
|
wo_lib_echo_info "wo stack install"
|
||||||
echo
|
echo
|
||||||
@@ -992,6 +995,6 @@ else
|
|||||||
wo_lib_echo "Give WordOps a GitHub star : https://github.com/WordOps/WordOps/"
|
wo_lib_echo "Give WordOps a GitHub star : https://github.com/WordOps/WordOps/"
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
if [ -z "$wo_travis" ]; then
|
# if [ -z "$wo_travis" ]; then
|
||||||
/bin/bash --init-file "/var/lib/wo/tmp/WordOps-$wo_branch/tests/init-file"
|
# /bin/bash --init-file "/var/lib/wo/tmp/WordOps-$wo_branch/tests/init-file"
|
||||||
fi
|
# fi
|
||||||
|
|||||||
Reference in New Issue
Block a user