Browse Source

Merge pull request #16 from opi/patch-1

[fix] Double quote variable
pull/1/head
abeudin 12 years ago
parent
commit
ee18c5227f
  1. 2
      scripts/install

2
scripts/install

@ -86,7 +86,7 @@ do
let loop_number++
done
if [ $is_public = "No" ];
if [ "$is_public" = "No" ];
then
sudo yunohost app setting wordpress skipped_uris -d
sudo yunohost app ssowatconf

Loading…
Cancel
Save