mirror of
https://github.com/YunoHost-Apps/framagames_ynh.git
synced 2024-09-03 18:36:28 +02:00
Copy framagames files into /var/ww/$app
This commit is contained in:
parent
17d25c27ae
commit
541e8ed7a6
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ sudo rm -rf $final_path
|
|||
sudo mkdir -p $final_path
|
||||
|
||||
# Copy of sources
|
||||
sudo cp ../sources/* $final_path/
|
||||
sudo cp -a ../sources/* $final_path/
|
||||
|
||||
# Set permissions
|
||||
sudo chmod 775 -R $final_path
|
||||
|
|
Loading…
Reference in a new issue