From 995476491688aa07e4dfae01a1687727cedf7c93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Tue, 27 Mar 2018 16:14:57 +0200 Subject: [PATCH] Rename magic starter to tfw.sh --- hack/bootstrap_tfw_dev.sh | 2 +- hack/oneline_install.sh | 2 +- hack/{tfw_magic_start.sh => tfw.sh} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename hack/{tfw_magic_start.sh => tfw.sh} (96%) diff --git a/hack/bootstrap_tfw_dev.sh b/hack/bootstrap_tfw_dev.sh index a026ac2..1dccd2e 100755 --- a/hack/bootstrap_tfw_dev.sh +++ b/hack/bootstrap_tfw_dev.sh @@ -27,4 +27,4 @@ yarn install >> $LOGFILE 2>&1 wait echo "Done!" echo -echo "You can build & start TFW by executing the ${BACKEND}/hack/tfw_magic_start.sh script." +echo "You can build & start TFW by executing the command: ${BACKEND}/hack/tfw.sh start" diff --git a/hack/oneline_install.sh b/hack/oneline_install.sh index 6ee2111..338a85d 100644 --- a/hack/oneline_install.sh +++ b/hack/oneline_install.sh @@ -1 +1 @@ -URL=https://git.io/vxBfj SHA=059d470bc3d87d90118834af484fa94ed2fda4e4db6453d8b1824075f6b5e46e bash -c 'cmd="$(curl -fsSL $URL)" && [ $(echo "$cmd" | sha256sum | cut -d " " -f1) == $SHA ] && echo "$cmd" | bash || echo Checksum mismatch!' +URL=https://git.io/vxBfj SHA=d8a04c706dfa04fb86e56f1e69e0a9f87f34caa9bbda36e4ac15c5a4717fd0b6 bash -c 'cmd="$(curl -fsSL $URL)" && [ $(echo "$cmd" | sha256sum | cut -d " " -f1) == $SHA ] && echo "$cmd" | bash || echo Checksum mismatch!' diff --git a/hack/tfw_magic_start.sh b/hack/tfw.sh similarity index 96% rename from hack/tfw_magic_start.sh rename to hack/tfw.sh index 1131418..9606488 100755 --- a/hack/tfw_magic_start.sh +++ b/hack/tfw.sh @@ -69,6 +69,6 @@ case $1 in build_baseimage ;; *) - echo "Usage: tfw_magic_start.sh [start|build|buildtfw]" + echo "Usage: tfw.sh [start|build|buildtfw]" ;; esac