1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/leed_ynh.git synced 2024-09-03 19:26:32 +02:00

Fixed typo error

This commit is contained in:
EsKuel 2014-06-17 17:59:58 -04:00
parent bb9198ece2
commit 6540095dd8

View file

@ -38,7 +38,7 @@ sudo useradd -d /var/www/leed leed
# Copy files to right place # Copy files to right place
final_path=/var/www/leed final_path=/var/www/leed
suko mkdir -p $final_path sudo mkdir -p $final_path
sudo cp -a ../sources/* $final_path sudo cp -a ../sources/* $final_path
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/leed.conf sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/leed.conf
sudo chown -hR leed:www-data $final_path sudo chown -hR leed:www-data $final_path