summaryrefslogtreecommitdiff
path: root/run/system_info.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run/system_info.sh')
-rwxr-xr-xrun/system_info.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/system_info.sh b/run/system_info.sh
index ccbca86..e47ef4a 100755
--- a/run/system_info.sh
+++ b/run/system_info.sh
@@ -14,4 +14,4 @@ if [ -f $SERVICE_HOSTNAME_PATH ]; then
INFO=$(echo $SERVICE_HOSTNAME $INFO | jq -s add | jq -r .)
fi
-echo $INFO | jq -r .
+echo $INFO | jq -c -r .