Closed
Description
Describe the issue
When running the run.sh script it tries to open the file CustomLauncherRewrite-*.jar instead of replacing the * symbol with the version number.
Contents of my /opt/CustomLauncherRewrite/
folder:
ls /opt/CustomLauncherRewrite/
CustomLauncherRewrite-1.9.1.jar run.sh
Screenshot/video/etc
Log file
Output of /opt/CustomLauncherRewrite/run.sh
ls: no se puede acceder a 'CustomLauncherRewrite-*.jar': No existe el fichero o el directorio
Error: Unable to access jarfile
Translation: Cannot access 'CustomLauncherRewrite-*.jar': File or folder doesn't exists.
UPDATE: The issue also happens with sudo and without the wildcard *, specifying the exact filename.
sudo /opt/CustomLauncherRewrite/run.sh
[sudo] contraseña para root:
ls: no se puede acceder a 'CustomLauncherRewrite-1.9.1.jar': No existe el fichero o el directorio
Error: Unable to access jarfile