mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-12 22:57:17 +00:00
Rename magic starter to tfw.sh
This commit is contained in:
parent
9884de3456
commit
9954764916
@ -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"
|
||||
|
@ -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!'
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user