make prompt name consistent

This commit is contained in:
Axel Kohlmeyer
2022-02-25 09:32:41 -05:00
parent 6ab247e7f8
commit 257805d325

View File

@ -74,7 +74,7 @@ EOF
CUSTOM_PROMPT_ENV=/.singularity.d/env/99-zz_custom_prompt.sh
cat >$CUSTOM_PROMPT_ENV <<EOF
#!/bin/bash
PS1="[centos8:\u@\h] \W> "
PS1="[rocky8:\u@\h] \W> "
EOF
chmod 755 $CUSTOM_PROMPT_ENV