mirror of
https://github.com/YunoHost-Apps/immich_ynh.git
synced 2024-09-03 20:36:24 +02:00
Fix LANG
This commit is contained in:
parent
21e414ddd4
commit
37f5aac346
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ myynh_execute_psql_as_root() {
|
||||||
database="--dbname=$database"
|
database="--dbname=$database"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sudo --login --user=postgres PGUSER=postgres PGPASSWORD="$(cat $PSQL_ROOT_PWD_FILE)" \
|
LC_ALL=C sudo --login --user=postgres PGUSER=postgres PGPASSWORD="$(cat $PSQL_ROOT_PWD_FILE)" \
|
||||||
psql --cluster="$(postgresql_version)/main" "$database" --command="$sql"
|
psql --cluster="$(postgresql_version)/main" "$database" --command="$sql"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue