aboutsummaryrefslogtreecommitdiffstats
path: root/bin/get_load
diff options
context:
space:
mode:
Diffstat (limited to 'bin/get_load')
-rwxr-xr-xbin/get_load1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/get_load b/bin/get_load
index 7991d26..f409630 100755
--- a/bin/get_load
+++ b/bin/get_load
@@ -6,3 +6,4 @@ uptime_output=$(uptime| cut -d',' -f4,5,6|cut -d':' -f2)
uptime_output=${uptime_output#" "}
echo "$uptime_output"
+exit 0