October 21, 201213 yr Hi All I created a small shell script using the vi editor, with couple of plain simple unix commands. I then made it executable and saved under root The script runs successfully, if I type the name of the file on the root prompt. BUT when I rebooted UNRAID my shell script was gone!! Can someone please assist me on .. 1. How to retain the shell script after reboot. 2. How to run the script automatically when and if the server reboots. Regards Sammy
October 21, 201213 yr Hi All I created a small shell script using the vi editor, with couple of plain simple unix commands. I then made it executable and saved under root The script runs successfully, if I type the name of the file on the root prompt. BUT when I rebooted UNRAID my shell script was gone!! Can someone please assist me on .. 1. How to retain the shell script after reboot. 2. How to run the script automatically when and if the server reboots. Regards Sammy Only the files on /boot (the flash drive) are saved between boots. "/" and "/root" are in MEMORY and lost when power fails. Invoke the script by adding a line to the /boot/config/go file. (it is used to start the unRAID server) Joe L.
Archived
This topic is now archived and is closed to further replies.