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:
parent
d77671cb01
commit
5de5ee4dbb
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue