From 008c5ff613c4267c9b1e733ec8fa47894e6bef0a Mon Sep 17 00:00:00 2001 From: HuangYongliang Date: Fri, 29 Nov 2024 17:25:51 +0800 Subject: [PATCH] Update normal_idea_entrypoint.sh --- workspace-ubuntu/static/normal_idea_entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workspace-ubuntu/static/normal_idea_entrypoint.sh b/workspace-ubuntu/static/normal_idea_entrypoint.sh index 8cc24d0..e52236f 100644 --- a/workspace-ubuntu/static/normal_idea_entrypoint.sh +++ b/workspace-ubuntu/static/normal_idea_entrypoint.sh @@ -3,7 +3,7 @@ PGREP="com.intellij.idea.Main" while true do - echo -n 1 > /tmp/autorestart && pkill -f $PGREP + echo -n 1 > /tmp/autorestart && echo -n "raw" > /tmp/ideamode && pkill -f $PGREP if [ x$? == x0 ] ;then echo "projector idea already exit succ" break @@ -12,4 +12,4 @@ do done echo "starting idea origin" # custom_startup.sh will be execute idea.sh automatic -# exec $PROJECTOR_DIR/ide/bin/idea.sh \ No newline at end of file +# exec $PROJECTOR_DIR/ide/bin/idea.sh