From 97d4a38e884c8adcd6ef54aa5815899bd2159ed9 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Thu, 14 Nov 2024 17:10:34 +0700 Subject: [PATCH] Fix nginx comment --- sudoutil.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sudoutil.js b/sudoutil.js index a656bcf..e4e4f15 100755 --- a/sudoutil.js +++ b/sudoutil.js @@ -100,7 +100,7 @@ switch (cli.args.shift()) { if (existsSync(ngpath)) { cat(ngpath).to(env.NGINX_TMP); } else if (existsSync(ngpath + '.bak')) { - ShellString("// Restored from .bak file, meaning this site was disabled due to NGINX bug\n").to(env.NGINX_TMP); + ShellString("# Restored from .bak file, meaning this site was disabled due to NGINX bug\n\n").to(env.NGINX_TMP); cat(ngpath + '.bak').toEnd(env.NGINX_TMP); } else { // TODO: doesn't know what would it get if not exists