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:
parent
bb9198ece2
commit
6540095dd8
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ sudo useradd -d /var/www/leed leed
|
|||
|
||||
# Copy files to right place
|
||||
final_path=/var/www/leed
|
||||
suko mkdir -p $final_path
|
||||
sudo mkdir -p $final_path
|
||||
sudo cp -a ../sources/* $final_path
|
||||
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/leed.conf
|
||||
sudo chown -hR leed:www-data $final_path
|
||||
|
|
Loading…
Reference in a new issue