Browse Source

install script - add sudo to yunohost cmd

Émile Morel 10 years ago
parent
commit
4be3af5f4e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      scripts/install

+ 2 - 2
scripts/install

@@ -95,8 +95,8 @@ sudo service ynh-torclient stop
 sudo yunohost service stop tor
 sudo yunohost service stop tor
 sudo yunohost service disable tor
 sudo yunohost service disable tor
 #sudo service ynh-torclient start
 #sudo service ynh-torclient start
-yunohost app setting torclient wifi_ssid -v notset
-yunohost app setting torclient wifi_device_old -v notset
+sudo yunohost app setting torclient wifi_ssid -v notset
+sudo yunohost app setting torclient wifi_device_old -v notset
 
 
 # Start tor client at boot 
 # Start tor client at boot 
 sudo insserv ynh-torclient
 sudo insserv ynh-torclient