diff --git a/hooks/post_user_create b/hooks/post_user_create index 48adf17..b5d0c38 100644 --- a/hooks/post_user_create +++ b/hooks/post_user_create @@ -7,7 +7,7 @@ user=$1 mail=$2 arch="$(dpkg --print-architecture)" -arm64_test=1 +arm64_test=0 final_path=$(ynh_app_setting_get --app=$app --key=final_path) backend_path="$final_path/backend" diff --git a/hooks/post_user_delete b/hooks/post_user_delete index 57f54fe..5a7ea72 100644 --- a/hooks/post_user_delete +++ b/hooks/post_user_delete @@ -7,7 +7,7 @@ user=$1 purge=$2 arch="$(dpkg --print-architecture)" -arm64_test=1 +arm64_test=0 final_path=$(ynh_app_setting_get --app=$app --key=final_path) backend_path="$final_path/backend" diff --git a/scripts/_common.sh b/scripts/_common.sh index 585c024..d7205af 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -8,7 +8,7 @@ pkg_dependencies="libtinfo5 unzip ca-certificates swig libpq-dev postgresql postgresql-contrib postgresql-common ffmpeg libimage-exiftool-perl curl libopenblas-dev libmagic1 libboost-all-dev libxrender-dev liblapack-dev git bzip2 cmake build-essential libsm6 libglib2.0-0 libgl1-mesa-glx gfortran gunicorn libheif-dev libssl-dev rustc liblzma-dev python3 python3-pip python3-venv imagemagick xsel nodejs npm redis-server libmagickwand-dev libldap2-dev libsasl2-dev ufraw-batch" arch="$(dpkg --print-architecture)" -arm64_test=1 +arm64_test=0 #================================================= # PERSONAL HELPERS diff --git a/scripts/upgrade b/scripts/upgrade index a3f83a3..3339bde 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -65,7 +65,7 @@ ynh_systemd_action --service_name=$app-worker --action="stop" --log_path="/var/l #================================================= # ENSURE DOWNWARD COMPATIBILITY #================================================= -ynh_script_progression --message="Ensuring downward compatibility..." --time --weight=1 +ynh_script_progression --message="Ensuring downward compatibility..." --weight=1 # Remove old node version ynh_use_nodejs