Revert my changes
This commit is contained in:
parent
c07feece23
commit
1d39d1e3a9
2 changed files with 3 additions and 5 deletions
|
@ -2,7 +2,7 @@ packaging_format = 2
|
||||||
name = "Site TDAH-France"
|
name = "Site TDAH-France"
|
||||||
id = "spip_hypersupers"
|
id = "spip_hypersupers"
|
||||||
description.fr = "Installation SPIP pour une installation de dev pour le site TDAH-France"
|
description.fr = "Installation SPIP pour une installation de dev pour le site TDAH-France"
|
||||||
version = "1.0.0~ynh5"
|
version = "1.0.0~ynh1"
|
||||||
maintainers = ["mckmonster"]
|
maintainers = ["mckmonster"]
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
|
@ -37,8 +37,8 @@ ram.runtime = "1M"
|
||||||
# type = "string"
|
# type = "string"
|
||||||
# default = "admin"
|
# default = "admin"
|
||||||
|
|
||||||
[install.password]
|
# [install.password]
|
||||||
type = "password"
|
# type = "password"
|
||||||
|
|
||||||
# [install.users_status]
|
# [install.users_status]
|
||||||
# type = "string"
|
# type = "string"
|
||||||
|
|
|
@ -28,8 +28,6 @@ ynh_setup_source --dest_dir="$install_dir"
|
||||||
|
|
||||||
chown -R $app:www-data "$install_dir"
|
chown -R $app:www-data "$install_dir"
|
||||||
|
|
||||||
echo "$password" | passwd --stdin $app
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# Get code from git
|
# Get code from git
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue