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

Fix linter errors

This commit is contained in:
Josué Tille 2021-04-09 21:27:54 +02:00
parent 44210655f0
commit a44bfc3b91
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF
2 changed files with 1 additions and 4 deletions

View file

@ -58,7 +58,7 @@ install_source() {
u_arg='u' u_arg='u'
set +$u_arg; set +$u_arg;
source $final_path/bin/activate source $final_path/bin/activate
set -u; set -$u_arg;
pip3 install --upgrade pip pip3 install --upgrade pip
pip3 install --upgrade 'Werkzeug<1.0' pip3 install --upgrade 'Werkzeug<1.0'
pip3 install --upgrade pgadmin$app_main_version==$app_sub_version pip3 install --upgrade pgadmin$app_main_version==$app_sub_version

View file

@ -4,9 +4,6 @@
# GENERIC START # GENERIC START
#================================================= #=================================================
# Stop script if errors
set -u
# Import common cmd # Import common cmd
source ./experimental_helper.sh source ./experimental_helper.sh
source ./_common.sh source ./_common.sh