summaryrefslogtreecommitdiff
path: root/etc.go
diff options
context:
space:
mode:
Diffstat (limited to 'etc.go')
-rw-r--r--etc.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc.go b/etc.go
index 339ba43..00ae426 100644
--- a/etc.go
+++ b/etc.go
@@ -54,6 +54,7 @@ func addEtcFile(global string, data string) {
}
varname := parts[0]
value := parts[1]
+ value = strings.Trim(value, "'\"")
SetGlobal(global, varname, value)
}
}