1
0
Fork 0
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:
polytan02 2017-02-19 09:37:14 +00:00 committed by GitHub
parent f64b34c325
commit eab2391cde

View file

@ -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