We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f910d commit 5384694Copy full SHA for 5384694
telemetry_f1_2021/main.py
@@ -27,7 +27,7 @@ def process_yaml():
27
28
cli_parser.add_argument('-g', '--gamehost', type=str, help='Gamehost identifier (something unique)', required=True)
29
cli_parser.add_argument('-a', '--authentication', type=str, help='Authentication mode', choices=['cloudshell', 'configfile'], required=True)
30
-cli_parser.add_argument('-l', '--lib', type=str, help='Instant Client Lib Directory', required=False, default='/usr/lib/oracle/21/client64/lib/network/admin/')
+cli_parser.add_argument('-l', '--lib', type=str, help='Instant Client Lib Directory', required=False, default='/usr/lib/oracle/21/client64/lib')
31
32
args = cli_parser.parse_args()
33
0 commit comments