diff --git a/swi-install.sh b/swi-install.sh
index 457d1d74ac783fc9a7c6920abcfa16def95a701a..8353a6014b4c97f3ded3612c70a2bdd4ab21c27b 100755
--- a/swi-install.sh
+++ b/swi-install.sh
@@ -555,10 +555,10 @@ function installIdea(){
 	cat <<EOF | sudo tee -a /opt/idea-IC/bin/idea.properties > /dev/null
 
 # config for FEI labs
-idea.config.path=\${user.home}/.idea/configIU
-idea.system.path=/tmp/idea-\${user.name}/systemIU
-idea.plugins.path=/media/localdata/idea/\${user.name}/pluginsIU
-idea.log.path=/tmp/idea-\${user.name}/logIU
+idea.config.path=\${user.home}/.idea/configIC
+idea.system.path=/tmp/idea-\${user.name}/systemIC
+idea.plugins.path=/media/localdata/idea/\${user.name}/pluginsIC
+idea.log.path=/tmp/idea-\${user.name}/logIC
 EOF
 
 	cat <<EOF | sudo tee /etc/cron.d/idea-ultimate > /dev/null