Skip to content

Commit

Permalink
docker: more prompt fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Dec 26, 2023
1 parent 1ad2fb9 commit 2883a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/local/install-scrypted-dependencies-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function readyn() {
done
}

if [ "$SERVICE_USER" = "root" ] && [ -z "$SERVICE_USER_ROOT"]
if [ "$SERVICE_USER" = "root" ] && [ -z "$SERVICE_USER_ROOT" ]
then
readyn "Scrypted will store its files in the root user home directory. Running as a non-root user is recommended. Are you sure?"
if [ "$yn" == "n" ]
Expand Down

0 comments on commit 2883a4c

Please sign in to comment.