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:
parent
44210655f0
commit
a44bfc3b91
2 changed files with 1 additions and 4 deletions
|
@ -58,7 +58,7 @@ install_source() {
|
|||
u_arg='u'
|
||||
set +$u_arg;
|
||||
source $final_path/bin/activate
|
||||
set -u;
|
||||
set -$u_arg;
|
||||
pip3 install --upgrade pip
|
||||
pip3 install --upgrade 'Werkzeug<1.0'
|
||||
pip3 install --upgrade pgadmin$app_main_version==$app_sub_version
|
||||
|
|
|
@ -4,9 +4,6 @@
|
|||
# GENERIC START
|
||||
#=================================================
|
||||
|
||||
# Stop script if errors
|
||||
set -u
|
||||
|
||||
# Import common cmd
|
||||
source ./experimental_helper.sh
|
||||
source ./_common.sh
|
||||
|
|
Loading…
Reference in a new issue