Skip to content

Commit

Permalink
fix devil func
Browse files Browse the repository at this point in the history
  • Loading branch information
XK9274 committed Nov 19, 2023
1 parent 5943ad9 commit 9f89719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pico/script/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ set_snd_level() {
purge_devil() {
if pgrep -f "/dev/l" > /dev/null; then
echo "Process /dev/l is running. Killing it now..."
killall -9 /dev/l
killall -9 l
else
echo "Process /dev/l is not running."
fi
Expand Down

0 comments on commit 9f89719

Please sign in to comment.