diff --git a/docker/kasm/custom_startup.sh b/docker/kasm/custom_startup.sh
index 7c06020e773cc8fbf724e18c7f714e011153fb4b..1defef1655a9b87995ec88e3772adc049b4ac433 100755
--- a/docker/kasm/custom_startup.sh
+++ b/docker/kasm/custom_startup.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 VNC_HOME=/home/kasm-user
 
-sed -i -e "s@kasm-default-profile@$KASM_USER@g" ~/anaconda3/etc/profile.d/conda.sh
+sed -i -e "s@kasm-default-profile@kasm-user@g" ~/anaconda3/etc/profile.d/conda.sh
 
 # Add changepassword icon
 mkdir -p $VNC_HOME/Desktop