diff --git a/light-install.sh b/light-install.sh index 5949415..b1d69aa 100644 --- a/light-install.sh +++ b/light-install.sh @@ -25,7 +25,6 @@ echo "Don't forget to edit /etc/hosts to add the new sites 172.31.30.78 blog 172.31.30.78 vaultwarden 172.31.30.78 gitea -172.31.30.78 motioneye 172.31.30.78 homeassistant" echo "Also, get the blog code deployed to the git instance and pull it back down here to get the blog running." echo "The blog is tricky, because it needs the theme to work, don't forget to clone that as well." diff --git a/start.sh b/start.sh index 7a579b8..c33d6fa 100644 --- a/start.sh +++ b/start.sh @@ -19,12 +19,6 @@ docker-compose up -d cd /home/ubuntu/ echo "Done" -# echo "Starting MotionEye..." -# cd motioneye/ -# docker-compose up -d -# cd /home/ubuntu/ -# echo "Done" - echo "Starting blog..." cd web/blog/ docker-compose up -d