@@ -87,7 +87,7 @@ else
exit 1
fi
-export RANCHER_URL RANCHER_ACCESS_KEY RANCHER_SECRET_KEY \
+export RANCHER_URL RANCHER_ACCESS_KEY RANCHER_SECRET_KEY
# get the laste redis docker-compose & rancher-compose
@@ -132,7 +132,7 @@ Service_Start() {
####### START COMMAND HERE #########
set -e
- start_${APP_NAME} && \
+ bash -x `which start_${APP_NAME}` && \
echo "success" && \
tail -f /var/log/${APP_NAME}.log