Skip to content

Commit b32d55e

Browse files
authored
Update bash
Don't use colours, they are not guaranteed to be available
1 parent 53daa8e commit b32d55e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

init/bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ if [ $? -eq 0 ]; then
4848
#show_msg ""
4949

5050
echo "Environment set up to use EESSI (${EESSI_VERSION}), have fun!"
51-
echo -e "\033[1;33mPlease note that by configuring and using the EESSI software stack,\nyou agree to abide by the EESSI Terms of Use\n(see https://www.eessi.io/docs/governance/terms_of_use/).\033[0m"
51+
printf "*****\nPlease note that by configuring and using the EESSI software stack,\nyou agree to abide by the EESSI Terms of Use\n(see https://www.eessi.io/docs/governance/terms_of_use/).\n*****\n"
5252

5353
fi

0 commit comments

Comments
 (0)