This commit is contained in:
Vague Rabbit 2021-01-24 01:29:15 -08:00
parent 3b2524bec9
commit c5a0dc1019

View file

@ -170,7 +170,7 @@ read API_PORT
while [ "$APP_MOUNT_URI" = "" ]
do
echo ""
echo -n "Enter the API mount URI:"
echo -n "Enter the Dashboard URI:"
read APP_MOUNT_URI
done