feat(scripts): change HYSTERIA_USER w/o --force

This commit is contained in:
Haruue 2024-05-25 17:05:20 +08:00
parent 788d04cfdd
commit 9e9b4dbc7d
No known key found for this signature in database
GPG key ID: F6083B28CBCBC148

View file

@ -1045,22 +1045,26 @@ perform_install() {
_is_update_required=1
fi
if [[ -z "$_is_update_required" ]]; then
echo "$(tgreen)Installed version is up-to-date, there is nothing to do.$(treset)"
return
fi
if is_hysteria1_version "$VERSION"; then
error "This script can only install Hysteria 2."
exit 95
fi
if [[ -n "$_is_update_required" ]]; then
perform_install_hysteria_binary
fi
# Always install additional files, regardless of $_is_update_required.
# This allows changes to be made with environment variables (e.g. change HYSTERIA_USER without --force).
perform_install_hysteria_example_config
perform_install_hysteria_home_legacy
perform_install_hysteria_systemd
if [[ -n "$_is_frash_install" ]]; then
if [[ -z "$_is_update_required" ]]; then
echo
echo "$(tgreen)Installed version is up-to-date, there is nothing to do.$(treset)"
echo
elif [[ -n "$_is_frash_install" ]]; then
echo
echo -e "$(tbold)Congratulation! Hysteria 2 has been successfully installed on your server.$(treset)"
echo