missing prefix fix in autosave.iocsh
This line (73) shoul be fixed as well `dbLoadRecords("save_restoreStatus.db", "P=$(IOCNAME)-as:, DEAD_SECONDS=5")` to `dbLoadRecords("save_restoreStatus.db", "P=$(IOCNAME):as-, DEAD_SECONDS=5")`
issue