mirror of
https://github.com/YunoHost-Apps/wordpress_ynh.git
synced 2024-09-03 20:36:10 +02:00
Merge pull request #84 from YunoHost-Apps/fix-config
fix config is_public
This commit is contained in:
commit
c56f303e6d
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ show_config() {
|
||||||
apply_config() {
|
apply_config() {
|
||||||
|
|
||||||
# Change public accessibility
|
# Change public accessibility
|
||||||
if [ "$is_public" = "true" ]
|
if [ "$is_public" = "1" ]
|
||||||
then
|
then
|
||||||
yunohost app action run $app public_private --args is_public=1
|
yunohost app action run $app public_private --args is_public=1
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue