mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Aaaand forgot to add a then after if :|
This commit is contained in:
parent
7f95be8653
commit
ee28f61d87
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ chown $app:$app "$install_dir/credentials.json"
|
|||
|
||||
# If upgrading from an old version and table of content is there, remove it
|
||||
if ynh_compare_current_package_version --comparison lt --version 1.9.1~ynh2
|
||||
then
|
||||
if ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm ls 2>/dev/null | grep -q ep_table_of_contents
|
||||
then
|
||||
ynh_script_progression --message="Uninstalling ep_table_of_contents..." --weight=90
|
||||
|
|
Loading…
Add table
Reference in a new issue