[-] An error occurred
zahras-iMac:untitled folder 9 m$ git clone https://github.com/verygenericname/SSHRD_Script --recursive && cd SSHRD_Script
Cloning into 'SSHRD_Script'...
remote: Enumerating objects: 1246, done.
remote: Counting objects: 100% (1246/1246), done.
remote: Compressing objects: 100% (530/530), done.
remote: Total 1246 (delta 689), reused 1147 (delta 683), pack-reused 0
Receiving objects: 100% (1246/1246), 45.62 MiB | 741.00 KiB/s, done.
Resolving deltas: 100% (689/689), done.
Submodule 'sshtars' (https://github.com/verygenericname/sshtars) registered for path 'sshtars'
Cloning into '/Users/m/Desktop/untitled folder 9/SSHRD_Script/sshtars'...
remote: Enumerating objects: 60, done.
remote: Counting objects: 100% (25/25), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 60 (delta 15), reused 15 (delta 9), pack-reused 35
Receiving objects: 100% (60/60), 154.74 MiB | 789.00 KiB/s, done.
Resolving deltas: 100% (25/25), done.
Submodule path 'sshtars': checked out 'edae10e7db822863495f9659d90fce47833b1b00'
zahras-iMac:SSHRD_Script m$ git pull
Already up to date.
zahras-iMac:SSHRD_Script m$ ./sshrd.sh 15.7
[-] An error occurred
zahras-iMac:SSHRD_Script m$
help plase
Edit the first line of sshrd.sh from
#!/usr/bin/env sh
to
#!/usr/bin/env sh -x
and run it. The failing command in the shell script should be visible. You can post the output here as wel.