hi, i have tryied to install this application but seems not working for me.
On installation log i could see that this command:
iocage exec “${JAIL_NAME}” cp -f /mnt/includes/uptimekuma /usr/local/etc/rc.d/
fail with no such file or directory.
I have tried to “hardcode” my path with same result.
Is something im doing wrong?
That directory should have been created automatically.
When the script fails, can you see if it exists inside the jail?
/usr/local/etc/rc.d
My bad. It looks like the /mnt/includes directory is what it’s talking about.
Can you check the log and see if it mounted the “includes” directory into your jail?
here the full log file:
https://justpaste.it/f805w
Do a git pull
and try again. Somehow the command went missing to mount the “includes” directory.
work fine thanks for support!