Posted on 07-31-2018 07:09 AM
Hi All,
Need urgent help in running the terminal command and accepting input from the terminal while executing the script from self-service.
I need to run above mentioned 2 commands which are working fine in terminal but not in self-service
I also tried using OSASCRIPT but it is giving syntax error:
moving.sh: line 35: tell: command not found
moving.sh: line 36: /anaconda3/bin/activate: Permission denied
moving.sh: line 37: syntax error near unexpected token `do'
moving.sh: line 37: ` do shell script 'ssh dkadmin@$IP "mkdir /User/Shared/$User"''
moving.sh: line 35: tell: command not found
moving.sh: line 36: /anaconda3/bin/activate: Permission denied
moving.sh: line 37: syntax error near unexpected token `do'
moving.sh: line 37: ` do shell script (ssh dkadmin@$IP "mkdir /User/Shared/$User")'