summarylogtreecommitdiffstats
path: root/thermos-startup.sh
diff options
context:
space:
mode:
authorHaralds2017-03-02 16:55:29 +0000
committerHaralds2017-03-02 16:55:29 +0000
commitc1b53d8e3294590440ec0848610fe54aed51a8c5 (patch)
tree4230ab0414fcbfed8e77cf3cd98624bae967632b /thermos-startup.sh
parentd74aad8ccbbdd8ce482ae167af58da053bf29e5b (diff)
downloadaur-apache-aurora.tar.gz
fixed thermos-startup.sh shebang line
Diffstat (limited to 'thermos-startup.sh')
-rw-r--r--thermos-startup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/thermos-startup.sh b/thermos-startup.sh
index 096d2923672d..57fcdddd6f56 100644
--- a/thermos-startup.sh
+++ b/thermos-startup.sh
@@ -1,3 +1,3 @@
+#!/bin/bash
source /etc/aurora/thermos-env.sh
-
exec /usr/bin/thermos_observer "${OBSERVER_ARGS[@]}"