Skip to content

Commit

Permalink
fix start script
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinschumacher committed Nov 27, 2020
1 parent ab17b97 commit ae69715
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,15 @@ case "$1" in
;;
* )
cat << EOF
c't-Smart-Home – setup script
—————————————————————————————
Usage:
start.sh update – to update this copy of the repo
start.sh start – run all containers
start.sh stop – stop all containers
start.sh data – set up the data folder needed for the containers, but run none of them. Useful for personalized setups.
Check https://github.com/ct-Open-Source/ct-Smart-Home/ for updates.
EOF
🏡 c't-Smart-Home – setup script
—————————————————————————————
Usage:
start.sh update – to update this copy of the repo
start.sh start – run all containers
start.sh stop – stop all containers
start.sh data – set up the data folder needed for the containers, but run none of them. Useful for personalized setups.
Check https://github.com/ct-Open-Source/ct-Smart-Home/ for updates.
EOF
;;
esac

0 comments on commit ae69715

Please sign in to comment.