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: