Skip to content

Commit 1ec8083

Browse files
committed
Cosmetic script name change
1 parent d4ccc5b commit 1ec8083

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

glances/glances-update.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
source "$SCRIPTPATH/inc/commons.sh"
55
source "$SCRIPTPATH/inc/header.sh"
6-
echo -e "${GREEN}AtoMiC $APPTITLE Installer Script$ENDCOLOR"
6+
echo -e "${GREEN}AtoMiC $APPTITLE Update Script$ENDCOLOR"
77
source "$SCRIPTPATH/inc/pause.sh"
88
if DoesAppFolderExist; then
99
source "$SCRIPTPATH/inc/app-stop.sh"

utils/nginx/nginx-update.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Script Name: AtoMiC Nginx Updater
33

44
echo
5-
echo -e "${GREEN}AtoMiC Nginx Installer Script$ENDCOLOR"
5+
echo -e "${GREEN}AtoMiC Nginx Update Script$ENDCOLOR"
66
source "$SCRIPTPATH/utils/php/php-installer.sh"
77
source "$SCRIPTPATH/utils/nginx/nginx-constants.sh"
88
source "$SCRIPTPATH/inc/app-stop.sh"

0 commit comments

Comments
 (0)