1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/anarchism_ynh.git synced 2024-09-03 18:05:55 +02:00

[fix] Missing final_path variable

This commit is contained in:
opi 2015-02-01 03:25:39 +01:00
parent c96acfff0f
commit a0ed2864e0
2 changed files with 2 additions and 0 deletions

View file

@ -19,6 +19,7 @@ fi
sudo apt-get install anarchism
# Modify Nginx configuration file and copy it to Nginx conf directory
final_path=/usr/share/doc/anarchism/html
sed -i "s@YNH_WWW_PATH@$path@g" ../conf/nginx.conf
sed -i "s@YNH_WWW_ALIAS@$final_path/@g" ../conf/nginx.conf
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf

View file

@ -14,6 +14,7 @@ sudo apt-get update
sudo apt-get upgrade anarchism
# Modify Nginx configuration file and copy it to Nginx conf directory
final_path=/usr/share/doc/anarchism/html
sed -i "s@YNH_WWW_PATH@$path@g" ../conf/nginx.conf
sed -i "s@YNH_WWW_ALIAS@$final_path/@g" ../conf/nginx.conf
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf