🐛 hide 'no rewrite'-info when no --write given

This commit is contained in:
DrMaxNix 2021-09-09 23:11:03 +02:00
parent 39d31d7a6f
commit 8d9e4f2b2f
1 changed files with 1 additions and 1 deletions

2
oladmxctl Normal file → Executable file
View File

@ -247,7 +247,7 @@ Examples:
}
} else {
if(!$__silent){
if(sizeof($__write) > 0 and !$__silent){
echo("INFO: Didn't send write command because nothing changed" . "\n");
}
}