mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update packaging_apps_scripts_fr.md
Page does not display on my Firefox browser https://yunohost.org/#/packaging_apps_scripts_fr In the debug console of Firefox, I get `TypeError: z is undefined[En savoir plus]` Try to add padding to see if it's better, not sure if it will fix the page display
This commit is contained in:
parent
71458d40fa
commit
f0c08cff2d
1 changed files with 4 additions and 2 deletions
|
@ -56,10 +56,12 @@ domain=$YNH_APP_ARG_DOMAIN
|
||||||
### Variables spécifiques pour `change_url`
|
### Variables spécifiques pour `change_url`
|
||||||
#### YNH_APP_OLD_DOMAIN
|
#### YNH_APP_OLD_DOMAIN
|
||||||
L'ancien domaine où était installée l'app.
|
L'ancien domaine où était installée l'app.
|
||||||
|
|
||||||
#### YNH_APP_OLD_PATH
|
#### YNH_APP_OLD_PATH
|
||||||
L'ancien chemin où était installée l'app;
|
L'ancien chemin où était installée l'app.
|
||||||
|
|
||||||
#### YNH_APP_NEW_DOMAIN
|
#### YNH_APP_NEW_DOMAIN
|
||||||
Le nouveau domaine où doit être installée l'app.
|
Le nouveau domaine où doit être installée l'app.
|
||||||
|
|
||||||
#### YNH_APP_NEW_PATH
|
#### YNH_APP_NEW_PATH
|
||||||
Le nouveau chemin où doit être installée l'app.
|
Le nouveau chemin où doit être installée l'app.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue