1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pgadmin_ynh.git synced 2024-09-03 19:56:38 +02:00

fix permissions

This commit is contained in:
Salamandar 2024-01-30 15:36:17 +01:00
parent 71c55c4aab
commit eae63a74cf

View file

@ -34,7 +34,8 @@ _install_pgadmin_venv() {
ynh_exec_as "$app" "$venvpy" -m pip install --upgrade --no-cache-dir pip wheel
ynh_exec_as "$app" "$venvpy" -m pip install --upgrade --no-cache-dir --ignore-installed "psycopg[c]"
ynh_exec_as "$app" "$venvpy" -m pip install --upgrade -r "$YNH_APP_BASEDIR/conf/requirement_$(lsb_release --codename --short).txt"
cp "$YNH_APP_BASEDIR/conf/requirement_$(lsb_release --codename --short).txt" "$install_dir/requirements.txt"
ynh_exec_as "$app" "$venvpy" -m pip install --upgrade -r "$install_dir/requirements.txt"
}
config_pgadmin() {