Skip to content

Commit c2b21bb

Browse files
committed
0.6.2
1 parent e5fc9ef commit c2b21bb

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ It wraps `iptables`, `dnsmasq` etc. stuff. Use in one command, restore in one co
66

77
[Buy me a coffee](https://github.com/garywill/receiving/blob/master/receiving_methods.md)
88

9-
( ^\_^)o自自o(^_^ )
109

1110
## Features
1211

@@ -358,7 +357,6 @@ Options:
358357

359358
[Buy me a coffee](https://github.com/garywill/receiving/blob/master/receiving_methods.md) , this project took me lots of time!
360359

361-
( ^\_^)o自自o(^_^ )
362360

363361
[打赏一个](https://github.com/garywill/receiving/blob/master/receiving_methods.md)
364362

@@ -369,3 +367,8 @@ Options:
369367
This script was forked from create\_ap. Now it's quite different from it. (See `history` branch for how I modified create_ap)
370368

371369
There're some TO-DOs listed, at both above and in the code file. We'll appreciate your help.
370+
371+
------------------
372+
373+
More of my projects: https://garywill.github.io
374+

lnxrouter

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# TODO: showing version (or git commit) on running
4-
VERSION=0.6.0
4+
VERSION=0.6.2
55
PROGNAME="$(basename $0)"
66

77
export LC_ALL=C
@@ -1235,7 +1235,7 @@ init_conf_dirs() {
12351235
chmod 755 "$TMPDIR" 2>/dev/null
12361236
cd "$TMPDIR" || die "Couldn't change directory to linux-router's temporary path"
12371237

1238-
CONFDIR="$(mktemp -d $TMPDIR/lnxrouter.${TARGET_IFACE}.conf.XXX)" || die "Instance couldn't make config dir" # config dir for one instance
1238+
CONFDIR="$(mktemp -d $TMPDIR/lnxrouter.${TARGET_IFACE}.conf.XXXXXX)" || die "Instance couldn't make config dir" # config dir for one instance
12391239
chmod 755 "$CONFDIR"
12401240
#echo "Config dir: $CONFDIR"
12411241
echo $$ > "$CONFDIR/pid"

0 commit comments

Comments
 (0)