Skip to content

Commit c9ea7e1

Browse files
Update install default mode FSK
1 parent 19bb630 commit c9ea7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if [ -f "$FILE" ]; then
6666
echo "$FILE exists."
6767
else
6868
echo "creating $FILE"
69-
echo "ARG1=s" > .mode
69+
echo "f" > .mode
7070
fi
7171

7272
cd

0 commit comments

Comments
 (0)