4 lines
63 B
Bash
4 lines
63 B
Bash
#!/bin/bash
|
|
set -e
|
|
/opt/inverter/inverter.php install schedule
|
#!/bin/bash
|
|
set -e
|
|
/opt/inverter/inverter.php install schedule
|