13 lines
259 B
Bash
Executable File
13 lines
259 B
Bash
Executable File
#!/bin/bash
|
||
|
||
tasks="(proxmox−backup−managertasklist−−output−formatjson)"
|
||
if["$tasks" == '[]' ]
|
||
then
|
||
sleep 300;
|
||
tasks="(proxmox−backup−managertasklist−−output−formatjson)";
|
||
if["$tasks" == ’[]’ ]
|
||
then
|
||
shutdown now;
|
||
fi
|
||
fi
|