1
0
Fork 0
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:
polytan02 2015-06-18 22:47:52 +01:00
parent 17d25c27ae
commit 541e8ed7a6

View file

@ -36,7 +36,7 @@ sudo rm -rf $final_path
sudo mkdir -p $final_path sudo mkdir -p $final_path
# Copy of sources # Copy of sources
sudo cp ../sources/* $final_path/ sudo cp -a ../sources/* $final_path/
# Set permissions # Set permissions
sudo chmod 775 -R $final_path sudo chmod 775 -R $final_path