mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Fix CID 1114611 Check the right variable
This commit is contained in:
parent
1440a1c6a0
commit
885e08d476
@ -1920,7 +1920,7 @@ public class NfsSecondaryStorageResource extends ServerResourceBase implements S
|
||||
}
|
||||
|
||||
_configAuthScr = Script.findScript(getDefaultScriptsDir(), "config_auth.sh");
|
||||
if (_configSslScr != null) {
|
||||
if (_configAuthScr != null) {
|
||||
s_logger.info("config_auth.sh found in " + _configAuthScr);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user