Commit 1d297e3bef78577462fe64f200eab56f3766a7be

Authored by Alexis Gavoty
1 parent 4291df91ab
Exists in master

Update upgrade

Showing 1 changed file with 1 additions and 3 deletions Side-by-side Diff

... ... @@ -40,7 +40,7 @@ sudo sed -i "s@NAMETOCHANGE@owncloud@g" /etc/php5/fpm/pool.d/owncloud.conf
40 40 # Reload Nginx and regenerate SSOwat conf
41 41 sudo service php5-fpm restart
42 42 sudo service nginx reload
43   -sudo yunohost app setting owncloud skipped_uris -v "/"
  43 +sudo yunohost app setting owncloud unprotected_uris -v "/"
44 44 sudo yunohost app ssowatconf
45 45  
46 46 # Optionnal DB upgrade here
... ... @@ -55,6 +55,4 @@ sudo chmod -R 770 $data_path
55 55 sudo chmod -R 775 $final_path
56 56  
57 57 # Unprotect URIs
58   -sudo yunohost app setting owncloud skipped_uris -v "/public.php,/core,/apps/files,/index.php/apps/files,/index.php/apps/,/index.php/core,/apps,/3rdparty,/search"
59   -sudo yunohost app setting owncloud unprotected_uris -v "/remote.php,/cron.php,/status.php"
60 58 sudo yunohost app ssowatconf