From 2c5e139444060362b25f9adddc2ff435a52a5fe3 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 11 Mar 2022 16:00:06 -0500 Subject: [PATCH] Update photoprism-install.sh --- setup/photoprism-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/photoprism-install.sh b/setup/photoprism-install.sh index bc910621..84965c1f 100644 --- a/setup/photoprism-install.sh +++ b/setup/photoprism-install.sh @@ -122,9 +122,9 @@ ExecStop=/opt/photoprism/bin/photoprism down [Install] WantedBy=multi-user.target" > $service_path -$ sudo systemctl daemon-reload -$ sudo systemctl start photoprism -$ sudo systemctl enable photoprism &>/dev/null +sudo systemctl daemon-reload +sudo systemctl start photoprism +sudo systemctl enable photoprism &>/dev/null echo -e "${CM}${CL} \r" PASS=$(grep -w "root" /etc/shadow | cut -b6);