Skip to content

Commit

Permalink
Change string name for nemsver
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Mar 2, 2019
1 parent 695a54f commit 8fde8c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cloudshell.sh
Expand Up @@ -42,7 +42,7 @@
CPU_CORES=$(nproc --all)

#Version
DIETPI_CLOUDSHELL_VERSION=$(/usr/local/bin/nems-info nemsver)
NEMSVER=$(/usr/local/bin/nems-info nemsver)

#/tmp/.* files used throughout this script.
FP_TEMP="/tmp/nems-cloudshell"
Expand Down Expand Up @@ -887,7 +887,7 @@
echo -e ""
echo -e ""
echo -e "$C_RESET${aCOLOUR[$USER_COLOUR_INDEX]}${aAnimation[$i]}"
echo -e "$C_RESET v$DIETPI_CLOUDSHELL_VERSION"
echo -e "$C_RESET v$NEMSVER"
echo -e ""
echo -e " Loading..."
echo -e "$C_RESET${aCOLOUR[$USER_COLOUR_INDEX]}$C_REVERSE${aBar[$i]}"
Expand All @@ -910,7 +910,7 @@

#Banner Modes
if (( $BANNER_MODE == 0 )); then
BANNER_PRINT="NEMS Linux $DIETPI_CLOUDSHELL_VERSION"
BANNER_PRINT="NEMS Linux $NEMSVER"
elif (( $BANNER_MODE == 1 )); then
Obtain_DATE_TIME
BANNER_PRINT=$DATE_TIME
Expand Down Expand Up @@ -1317,7 +1317,7 @@ _EOF_
Menu_Main(){

TARGETMENUID=0
WHIP_BACKTITLE="- $PROGRAM_NAME v$DIETPI_CLOUDSHELL_VERSION -"
WHIP_BACKTITLE="- $PROGRAM_NAME v$NEMSVER -"
WHIP_TITLE="- $PROGRAM_NAME -"

local temp_output_text="Fahrenheit"
Expand Down

0 comments on commit 8fde8c2

Please sign in to comment.