mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
use of cp /. instead of cp /*
This commit is contained in:
parent
f64b34c325
commit
eab2391cde
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ sudo cp -a ./yunohost/. /etc/yunohost/apps/$app/
|
|||
|
||||
# Restore sources & data
|
||||
sudo mkdir -p $final_path
|
||||
sudo cp -a ./sources/* $final_path/
|
||||
sudo cp -a ./sources/. $final_path/
|
||||
|
||||
ynh_mysql_create_db $db_user $db_user $db_pwd
|
||||
mysql --debug-check -u $db_user -p$db_pwd $db_user < ./backupdb.sql
|
||||
|
|
Loading…
Add table
Reference in a new issue