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 fb701a3 commit 1ad2fb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/docker/Dockerfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ RUN curl https://raw.githubusercontent.com/koush/scrypted/main/install/docker/in

# python 3.9 from ppa.
# 3.9 is the version with prebuilt support for tensorflow lite
RUN add-apt-repository ppa:deadsnakes/ppa && \
RUN add-apt-repository -y ppa:deadsnakes/ppa && \
apt-get -y install \
python3.9 \
python3.9-dev \
Expand Down
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 1ad2fb9

Please sign in to comment.