Skip to content

Commit

Permalink
fix: fix: MacOS 插件重启优化(closed #2291)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyyalt committed Jun 19, 2024
1 parent 4d251d8 commit c6cd258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script_tools/plugin_scripts/restart.zsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

cd ${BASH_SOURCE%/*} 2>/dev/null
./stop.sh $@ >/dev/null && ./start.sh $@ >/dev/null
./stop.zsh $@ >/dev/null && ./start.zsh $@ >/dev/null

0 comments on commit c6cd258

Please sign in to comment.