Bug #2257

Updated by Jaime Melis almost 8 years ago

This should be fixed in OpenNebulaNetwork.rb and in scripts_common.sh.

It's important to take into account that the paths specified in scripts_common.sh are relative, but some of them are use in conjunction with sudo, which for NOPASSWD directives needs absolute paths instead.

This poses an important problem during upgrades, since user changes to these files will be overwritten by upgrades.

Back