mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
Move composer lock
Move composer.lock file and back it up
This commit is contained in:
parent
a2cb0fc4f5
commit
1b7d8990c4
1 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,12 @@ source /usr/share/yunohost/helpers
|
|||
|
||||
upgrade_type=$(ynh_check_app_version_changed)
|
||||
|
||||
#=================================================
|
||||
# MOVE COMPOSER LOCK TO BACK IT UP
|
||||
#=================================================
|
||||
|
||||
mv /var/www/roundcube/composer.lock /var/www/roundcube/composer.lock.bak
|
||||
|
||||
#=================================================
|
||||
# ENSURE DOWNWARD COMPATIBILITY
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue