diff --git a/docker/install-scrypted-dependencies-linux.sh b/docker/install-scrypted-dependencies-linux.sh index 29143d033..0fd7f7bda 100755 --- a/docker/install-scrypted-dependencies-linux.sh +++ b/docker/install-scrypted-dependencies-linux.sh @@ -91,4 +91,7 @@ echo " systemctl stop scrypted.service" echo " systemctl enable scrypted.service" echo " systemctl disable scrypted.service" echo +echo "Scrypted is now running at: https://localhost:10443/" +echo "Note that it is https and that you'll be asked to approve/ignore the website certificate." +echo echo diff --git a/docker/install-scrypted-dependencies-mac.sh b/docker/install-scrypted-dependencies-mac.sh index 0abdf6f1d..9e3eafebf 100755 --- a/docker/install-scrypted-dependencies-mac.sh +++ b/docker/install-scrypted-dependencies-mac.sh @@ -99,10 +99,13 @@ echo echo echo echo -echo "Scrypted Service has been installed (and started). You can start, stop, enable, or disable Scrypted with:" +echo "Scrypted Service has been installed. You can start, stop, enable, or disable Scrypted with:" echo " launchctl unload ~/Library/LaunchAgents/com.scrypted.server.plist" echo " launchctl load ~/Library/LaunchAgents/com.scrypted.server.plist" echo " launchctl enable ~/Library/LaunchAgents/com.scrypted.server.plist" echo " launchctl disable ~/Library/LaunchAgents/com.scrypted.server.plist" echo +echo "Scrypted is now running at: https://localhost:10443/" +echo "Note that it is https and that you'll be asked to approve/ignore the website certificate." +echo echo