chore: remove useless FIXME
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-09-25 16:29:59 -04:00
parent 5247f96a41
commit c10ba41f6c

View file

@ -33,7 +33,6 @@
i=0 i=0
# FIXME: not sure if sudo passes the exit status to this
while ! run "''${SIGS[$i]}"; do while ! run "''${SIGS[$i]}"; do
((i+=1)) ((i+=1))
done done