Update script.sh

This commit is contained in:
Wayne Connolly
2018-06-30 23:05:38 +10:00
committed by GitHub
parent fe6098c115
commit 4250e7a65d
+4 -3
View File
@@ -1,7 +1,8 @@
#!/bin/sh
ls /
pwd
ls /rancher/
echo "pwd" && pwd
echo "ls" && ls /
echo "ls rancher" && ls /rancher/
cd /rancher && ls .
/bin/rancher-compose \
--url http://${PLUGIN_URL}/v1 \
--access-key ${PLUGIN_ACCESSKEY} \