BUG: Invalid directory permissions on OpenSUSE

Hello.

Default installation of UrBackup Server on OpenSUSE via OBS repository sets wrong permissions on /usr/share/urbackup/www and all its sub-directories. Execute permission is missing which breaks the web UI.

For now, this can be fixed with one command:

find /usr/share/urbackup/www -type d -exec chmod go+x {} \;