mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
Correction coquille
This commit is contained in:
parent
cbe7fa0354
commit
b9b5aa0a12
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ GENERATE_DB $app # Créer une base de données et un utilisateur dédié au nom
|
||||||
|
|
||||||
# Crée le repertoire de destination et stocke son emplacement.
|
# Crée le repertoire de destination et stocke son emplacement.
|
||||||
sudo mkdir "$final_path"
|
sudo mkdir "$final_path"
|
||||||
ynh_app_setting_set $app final_path -v $final_path
|
ynh_app_setting_set $app final_path $final_path
|
||||||
|
|
||||||
SETUP_SOURCE "spip-3.1.zip"
|
SETUP_SOURCE "spip-3.1.zip"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue