From dfaeb21ca7f59cd7935f850da2622402b8a4c789 Mon Sep 17 00:00:00 2001 From: TheCrypt0 Date: Fri, 8 Feb 2019 18:44:42 +0100 Subject: [PATCH] [Fix] Fixed small typo in /etc/profile Just a typo. --- src/static/static/rootfs/etc/profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/static/static/rootfs/etc/profile b/src/static/static/rootfs/etc/profile index 44914eb..d10d391 100644 --- a/src/static/static/rootfs/etc/profile +++ b/src/static/static/rootfs/etc/profile @@ -45,7 +45,7 @@ echo " | | | |___| | .'| _| '_|___| | |_ |" echo " |_ |_| |_|_|__,|___|_,_| \_/ |_|" echo " |___|" echo " -----------------------------------------------------" -echo " yi-hack-v4 v$HACK_VERSION is active!" +echo " yi-hack-v4 - $HACK_VERSION" echo " -----------------------------------------------------" if [[ -z $HACK_NEW_VERSION ]] ; then @@ -57,7 +57,7 @@ if [[ -z $HACK_NEW_VERSION ]] ; then echo " -----------------------------------------------------" else if [[ $HACK_VERSION != $HACK_NEW_VERSION ]] ; then - echo " UPDATE: Version v$HACK_NEW_VERSION is available." + echo " UPDATE: Version $HACK_NEW_VERSION is available." echo "" echo " You can download it from GitHub:" echo " > https://github.com/TheCrypt0/yi-hack-v4/releases"