mirror of
https://github.com/YunoHost-Apps/wordpress_ynh.git
synced 2024-09-03 20:36:10 +02:00
[fix] Double quote variable
This commit is contained in:
parent
3f4862b13a
commit
7c36e54b1a
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ do
|
||||||
let loop_number++
|
let loop_number++
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ $is_public = "No" ];
|
if [ "$is_public" = "No" ];
|
||||||
then
|
then
|
||||||
sudo yunohost app setting wordpress skipped_uris -d
|
sudo yunohost app setting wordpress skipped_uris -d
|
||||||
sudo yunohost app ssowatconf
|
sudo yunohost app ssowatconf
|
||||||
|
|
Loading…
Add table
Reference in a new issue