summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-06-23 00:39:41 -0400
committerDavid P <megver83@parabola.nu>2018-06-23 00:39:41 -0400
commitd55a273e8c990d400518de6cfc3cf1f5fdae1731 (patch)
treedb731793c2ee824ffc17c8f86ca856fe90b2a685
parent74178b4f133ec39e2f2de1df38fb6fc5f5c93a43 (diff)
fix reset sed exp
Signed-off-by: David P <megver83@parabola.nu>
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 15cb333..b4ecfe9 100755
--- a/run.sh
+++ b/run.sh
@@ -22,7 +22,7 @@ args=${@#$1}
path=${0%/*}
if ! [[ $RESET = "" ]]; then
- reset="-e 's|^CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=""|;s|^CONFIG_DEFAULT_HOSTNAME=.*|CONFIG_DEFAULT_HOSTNAME="(none)"|'"
+ reset="-e 's|^CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=""|;s|^CONFIG_DEFAULT_HOSTNAME=.*|CONFIG_DEFAULT_HOSTNAME="\(none\)"|'"
fi
usage() {