Skip to content

Commit

Permalink
Update normal_idea_entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
956237586 authored Nov 29, 2024
1 parent dd7e639 commit 008c5ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workspace-ubuntu/static/normal_idea_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
# exec $PROJECTOR_DIR/ide/bin/idea.sh

0 comments on commit 008c5ff

Please sign in to comment.