1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yeswiki_ynh.git synced 2024-09-03 18:05:56 +02:00

Add upgrade script for LDAP login plugin

This commit is contained in:
Nils VAN ZUIJLEN 2021-02-18 18:22:43 +01:00
parent d77671cb01
commit 5de5ee4dbb

View file

@ -83,6 +83,10 @@ then
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path"
cd $final_path/tools/loginldap
git pull
cd -
fi
#=================================================