mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
test
This commit is contained in:
parent
8fbe38d3a0
commit
8c141b3e53
1 changed files with 3 additions and 4 deletions
7
install
7
install
|
@ -13,9 +13,8 @@ fi
|
||||||
# Copy files to the right place
|
# Copy files to the right place
|
||||||
final_path=/var/www/yourls
|
final_path=/var/www/yourls
|
||||||
sudo mkdir -p $final_path
|
sudo mkdir -p $final_path
|
||||||
sudo cp -a ../sources/* $final_path
|
pwd
|
||||||
|
#sudo cp -a ../sources/* $final_path
|
||||||
|
|
||||||
# Set permissions
|
# Set permissions
|
||||||
sudo chown -R www-data: $final_path
|
#sudo chown -R www-data: $final_path
|
||||||
|
|
||||||
pwd
|
|
Loading…
Add table
Reference in a new issue