Skip to content
This repository was archived by the owner on Jun 21, 2020. It is now read-only.

Commit a2cb23e

Browse files
committed
stop puking errors
1 parent da88e2f commit a2cb23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start-pat-ardop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
source $HOME/patmenu/config
88

9-
if [ $AMRRON = "no" ]
9+
if [ $AMRRON = "no" ] > /dev/null 2>&1
1010
then
1111
#check if direwolf is running
1212
PIDDW=$(pidof direwolf)

0 commit comments

Comments
 (0)