mirror of
https://github.com/immich-app/immich.git
synced 2025-12-05 23:00:33 -08:00
feat: run e2e server in dev mode (#23921)
* feat: run e2e server in dev mode * Use bash syntax: [[ and ==
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ "$IMMICH_ENV" != "development" ]; then
|
||||
if [[ "$IMMICH_ENV" == "production" ]]; then
|
||||
echo "This command can only be run in development environments"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user