Hi,
I create /sbin/enableSTORAGE.sh
crontab -e
after the cron run, the storage still disable.
How to enable the STORAGE from cron
Anyone can help ? Thx
I create /sbin/enableSTORAGE.sh
#!/bin/bash
pvesm set STORAGE --disable 0
crontab -e
00 11 * * * /sbin/enableSTORAGE.sh
after the cron run, the storage still disable.
How to enable the STORAGE from cron
Anyone can help ? Thx