mirror of
https://github.com/YunoHost-Apps/emailpoubelle_ynh.git
synced 2024-09-03 18:26:29 +02:00
Update upgrade
This commit is contained in:
parent
be27e4c949
commit
0056e2de94
1 changed files with 4 additions and 4 deletions
|
@ -62,10 +62,10 @@ if [[ $?==0 ]]; then
|
|||
fi
|
||||
|
||||
# Copy source files
|
||||
cp -R ../src/bin/ $final_path/bin
|
||||
cp -R ../src/lib/ $final_path/lib
|
||||
cp -R ../src/lang/ $final_path/lang
|
||||
cp -R ../src/www/ $final_path/www
|
||||
cp -a ../src/bin/. $final_path/bin
|
||||
cp -a ../src/lib/. $final_path/lib
|
||||
cp -a ../src/lang/. $final_path/lang
|
||||
cp -a ../src/www/. $final_path/www
|
||||
cp ../src/emailPoubelle.php $final_path/emailPoubelle.php
|
||||
cp ../src/emailPoubelleAdmin.php $final_path/emailPoubelleAdmin.php
|
||||
cp ../src/README.md $final_path/README.md
|
||||
|
|
Loading…
Add table
Reference in a new issue