mirror of
https://github.com/YunoHost-Apps/rainloop_ynh.git
synced 2024-09-03 20:16:18 +02:00
unzip options -ou to extract even if files exist
This commit is contained in:
parent
85ec6a0868
commit
673c9a4126
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ final_path=/var/www/$app
|
|||
#sudo rm -rf $final_path/*
|
||||
# Use of latest community edition
|
||||
sudo wget http://repository.rainloop.net/v2/webmail/rainloop-community-latest.zip -O $final_path/rainloop.zip
|
||||
sudo unzip $final_path/rainloop.zip -d $final_path/
|
||||
sudo unzip -ou $final_path/rainloop.zip -d $final_path/
|
||||
sudo rm $final_path/rainloop.zip
|
||||
|
||||
# Set permissions to rainloop directory
|
||||
|
|
Loading…
Add table
Reference in a new issue