1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/teampass_ynh.git synced 2024-09-03 20:26:37 +02:00

Copie des ajouts

This commit is contained in:
Maniack Crudelis 2015-12-18 01:03:52 +01:00
parent 51d9f0f3eb
commit 62f02b72e3

View file

@ -34,6 +34,7 @@ final_path=/var/www/$app
sudo mkdir -p $final_path
tar -xf ../sources/teampass.tar.gz
sudo cp -a teampass/.* $final_path
sudo cp -a ../sources/ajouts/.* $final_path
sudo cp ../conf/mdphash.php $final_path
sudo chown -R www-data: $final_path