Fixed cronosagent.sh
This commit is contained in:
parent
8d0a9871d8
commit
7e016a1787
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ SERVER_ADDRESS=aesyle.dstar.su
|
|||
SERVER_PASSWORD=passw0rd
|
||||
SERVICE_MODE=1
|
||||
|
||||
if [ -n "$!" ]
|
||||
if [ -n "$1" ]
|
||||
then
|
||||
# 1 - print to standard output
|
||||
# 2 - print to system log
|
||||
|
|
Loading…
Add table
Reference in a new issue