mirror of
https://github.com/YunoHost-Apps/garage_ynh.git
synced 2024-09-03 18:36:32 +02:00
zgrmbl
This commit is contained in:
parent
fb98b38403
commit
ee92f4b95c
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ chown -R $app:$app "$install_dir"
|
|||
ynh_script_progression --message="Configuring NGINX web server..." --weight=1
|
||||
|
||||
# Create a dedicated NGINX config
|
||||
if [[ "${PACKAGE_CHECK_EXEC:-} -eq 1 ]]
|
||||
if [[ "${PACKAGE_CHECK_EXEC:-}" -eq 1 ]]
|
||||
then
|
||||
cat << EOF > ../conf/nginx.conf
|
||||
location / {
|
||||
|
|
Loading…
Add table
Reference in a new issue