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:
parent
1a3ae94a75
commit
2a11d73e42
2 changed files with 1 additions and 2 deletions
|
@ -29,5 +29,3 @@ Pgadmin is published under the the PostgreSQL licence : https://www.pgadmin.org
|
|||
|
||||
TODO
|
||||
----
|
||||
|
||||
- Test temps build arm
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue