You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the joystick-selection add-on installed, which inserts the following to runcommand-onstart.sh:
# the line below is needed to use the joystick selection by name method
bash "/opt/retropie/supplementary/joystick-selection/js-onstart.sh" "$@"
This seems to prevent rclone_script-install.sh from adding the call to rclone.
The install script menu reports CALL CREATED, but when I open the file, the call has not been added.
So, I deleted the runcommand-onstart.sh, ran the installer and this time it created the file containing:
So creating the file is working, but the if statement for appending the file does not.
Wish I could be of more help, but I still need to work on my shell script skills.
The text was updated successfully, but these errors were encountered:
I have the joystick-selection add-on installed, which inserts the following to runcommand-onstart.sh:
This seems to prevent rclone_script-install.sh from adding the call to rclone.
The install script menu reports CALL CREATED, but when I open the file, the call has not been added.
So, I deleted the runcommand-onstart.sh, ran the installer and this time it created the file containing:
So creating the file is working, but the if statement for appending the file does not.
Wish I could be of more help, but I still need to work on my shell script skills.
The text was updated successfully, but these errors were encountered: