From b8a31d0fb6dbdf6357dc54e66ad87551440e9a03 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 11 Sep 2019 20:43:51 +0100 Subject: [PATCH] Comma --- theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme b/theme index 60ff887f..681d5bd9 100755 --- a/theme +++ b/theme @@ -78,9 +78,9 @@ fi if [[ "$themeName" == 'hack'* || "$themeName" == 'hax'* ]]; then if [ -f config.json ]; then if grep -q '"theme"' config.json; then - sed -i 's|"theme".*|"theme": "hacker";|g' config.json + sed -i 's|"theme".*|"theme": "hacker",|g' config.json else - sed -i '/"admin"/i "theme": "hacker";' config.json + sed -i '/"admin"/a "theme": "hacker",' config.json sed -i 's|"theme"| "theme"|g' config.json fi fi