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

Fix unset variable

This commit is contained in:
Josué Tille 2017-12-23 22:08:46 +01:00
parent 1a3ae94a75
commit 2a11d73e42
2 changed files with 1 additions and 2 deletions

View file

@ -29,5 +29,3 @@ Pgadmin is published under the the PostgreSQL licence : https://www.pgadmin.org
TODO
----
- Test temps build arm

View file

@ -64,6 +64,7 @@ ynh_add_nginx_config
# initialisation sqlite database for pgadmin
chmod +x ../conf/setup.exp
PS1=""
source $final_path/bin/activate
../conf/setup.exp "$final_path/bin/python2.7" "$final_path/lib/python2.7/site-packages/pgadmin4/setup.py" "$admin@$domain" "$admin_pwd"