django_example_ynh/scripts
JensDiemer cac792ce72 Bugfix "change_url"
In `_common.sh` we have:

```
domain=$YNH_APP_ARG_DOMAIN
path_url=$YNH_APP_ARG_PATH
```

Set these variables to the "NEW" ones. Another fix is:

```diff
-path=$YNH_APP_NEW_PATH
+path_url=$YNH_APP_NEW_PATH
```

to replace `__PATH_URL__` correctly!
2022-09-17 16:50:38 +02:00
..
_common.sh ynh_exec_as() exists 2022-08-23 17:48:51 +02:00
backup Revert path change: Keep '__FINALPATH__' and '__PUBLIC_PATH__' 2022-08-14 17:17:43 +02:00
change_url Bugfix "change_url" 2022-09-17 16:50:38 +02:00
install Just remove "description" from "yunohost service add" 2022-08-24 17:26:57 +02:00
remove unify ynh_script_progression 2022-08-24 08:04:05 +02:00
restore Just remove "description" from "yunohost service add" 2022-08-24 17:26:57 +02:00
upgrade Just remove "description" from "yunohost service add" 2022-08-24 17:26:57 +02:00