Commit fd260183 authored by Pat's avatar Pat
Browse files

readd path

parent f7acab13
Showing with 10 additions and 0 deletions
+10 -0
......@@ -33,6 +33,15 @@
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path from which to serve your Directus Instance:"
},
"example": "/",
"default": "/"
},
{
"name": "with_sftp",
"type": "boolean",
......
......@@ -23,6 +23,7 @@ ynh_abort_if_errors
app=$YNH_APP_INSTANCE_NAME
domain=$YNH_APP_ARG_DOMAIN
path_url=$YNH_APP_ARG_PATH
with_sftp=$YNH_APP_ARG_WITH_SFTP
final_path=/var/www/$app
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment