mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
14 lines
338 B
Django/Jinja
14 lines
338 B
Django/Jinja
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES
|
|
#=================================================
|
|
|
|
{% if data.use_nodejs -%}
|
|
nodejs_version={{ data.nodejs_version }}
|
|
{% endif -%}
|
|
|
|
#=================================================
|
|
# PERSONAL HELPERS
|
|
#=================================================
|
|
|