esetpeter 0 Posted March 22 Share Posted March 22 (edited) Hello all Ia'am trying to put together a install script with a bunch of options all around and it seems that I'am missing some pointers , since there is no one to ask I'am writing to you all. So this is my script : sudo ./server-linux.sh \ --skip-license \ --db-type="MySQL Server" \ --db-driver="MySQL ODBC 8.0 Driver" \ --db-hostname=192.168.22.145\debian \ --db-port=3306 \ --db-admin-username=root \ --db-admin-password=password from step II.4. \ --server-root-password=password123456789 \ --db-user-username=debian \ --db-user-password=debian123456789 \ --server-port=2222 \ --console-port=2223 \ --locale=pl-PL \ --ad-server \ --ad-user-name=admin \ --ad-user-password=KXXXXXXX0 \ --ad-cdn-include \ --cert-hostname="debian, 192.168.22.145" \ --disable-imp-program - /here I alsow get --disable-imp-program not found After execution I get --ad-server: not found , so what kind of expression should I actually use here ? The manual shows : ( --ad-server ) and nothing else. Thanks in advance for help. Edited March 23 by Marcos Password obfuscated Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.