☑ This topic is solved.
Need further help from the community? Please
sign in and ask a new question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 09-08-2023 04:24 AM
(1315 views)
Hello,
I'm using the SAS Viya (Pay-as-you-go) on Azure Marketplace and I just wanted to share that the instructions for Adding and Configuring Users on this page: SAS Help Center: Add and Configure Users did not work as expected for me.
Within the Create a Home Directory for Each User the first step stated to run the following cURL command:
curl -sL https://support.sas.com/kb/68/620.html | sed -n '/<code>/,/<\/code>/{ /code>/d; p }' > /tmp/create_homedir.sh
However, that did not return the required code within the shell script. It just contained the HTML of the help page.
Therefore, I changed the code to the following:
curl -sL https://raw.githubusercontent.com/sascommunities/technical-support-code/main/fixes/create_home_directories_vk.sh > /tmp/create_homedir.sh
Thanks,
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the helpful feedback @ClarkLawson ! I have notified our doc team so they can fix this.
Best regards,
Rich
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the helpful feedback @ClarkLawson ! I have notified our doc team so they can fix this.
Best regards,
Rich