Skip to content
Snippets Groups Projects
Commit 39569895 authored by jez04's avatar jez04
Browse files

fix: use different config paths for ultimate and community edition

parent aa292795
No related merge requests found
...@@ -555,10 +555,10 @@ function installIdea(){ ...@@ -555,10 +555,10 @@ function installIdea(){
cat <<EOF | sudo tee -a /opt/idea-IC/bin/idea.properties > /dev/null cat <<EOF | sudo tee -a /opt/idea-IC/bin/idea.properties > /dev/null
# config for FEI labs # config for FEI labs
idea.config.path=\${user.home}/.idea/configIU idea.config.path=\${user.home}/.idea/configIC
idea.system.path=/tmp/idea-\${user.name}/systemIU idea.system.path=/tmp/idea-\${user.name}/systemIC
idea.plugins.path=/media/localdata/idea/\${user.name}/pluginsIU idea.plugins.path=/media/localdata/idea/\${user.name}/pluginsIC
idea.log.path=/tmp/idea-\${user.name}/logIU idea.log.path=/tmp/idea-\${user.name}/logIC
EOF EOF
cat <<EOF | sudo tee /etc/cron.d/idea-ultimate > /dev/null cat <<EOF | sudo tee /etc/cron.d/idea-ultimate > /dev/null
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment