From 9260c9b717342b2902186802940129077fc84406 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Thu, 20 Oct 2022 17:59:52 +0200 Subject: [PATCH] CI: Update auth flags in Makefile Signed-off-by: Michael Mayer --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0b1e86280..24bde2c83 100644 --- a/Makefile +++ b/Makefile @@ -130,9 +130,9 @@ acceptance-sqlite-stop: acceptance-auth-sqlite-restart: cp -f storage/acceptance/backup.db storage/acceptance/index.db cp -f storage/acceptance/config-sqlite/settingsBackup.yml storage/acceptance/config-sqlite/settings.yml - ./photoprism --auth-mode "passwd" -c "./storage/acceptance/config-sqlite" --test start -d + ./photoprism --auth-mode="password" -c "./storage/acceptance/config-sqlite" --test start -d acceptance-auth-sqlite-stop: - ./photoprism --auth-mode "passwd" -c "./storage/acceptance/config-sqlite" --test stop + ./photoprism --auth-mode="password" -c "./storage/acceptance/config-sqlite" --test stop start: ./photoprism start -d stop: