From 0a6839e2ead4e5929a283e6be5cc7928bbead610 Mon Sep 17 00:00:00 2001 From: ronivay Date: Tue, 24 Aug 2021 09:18:13 +0300 Subject: [PATCH] change selfupgrade/scriptinfo function names consistent with others --- xo-install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xo-install.sh b/xo-install.sh index 49a7537..f0dcbec 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -85,7 +85,7 @@ function CheckUser { } # script self upgrade -function selfUpgrade { +function SelfUpgrade { set -o pipefail @@ -112,7 +112,7 @@ function selfUpgrade { } # log script version (git commit) and configuration variables to logfile -function scriptInfo { +function ScriptInfo { set -o pipefail @@ -1178,8 +1178,8 @@ if [[ $# == "0" ]]; then fi # these functions check specific requirements and are run everytime -selfUpgrade "$@" -scriptInfo +SelfUpgrade "$@" +ScriptInfo CheckUser CheckArch CheckXE