own3mall il y a 8 ans
Parent
commit
1e2f256ddc
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      ogp_agent.pl

+ 2 - 1
ogp_agent.pl

@@ -1681,7 +1681,8 @@ sub start_file_download
 					if(handle_lock_command_line($line) == 0){
 					if(handle_lock_command_line($line) == 0){
 						print FILE "$line\n";
 						print FILE "$line\n";
 					}else{
 					}else{
-						logger "Lock command completed successfully";					}
+						logger "Lock command completed successfully";					
+					}
 				}
 				}
 				print FILE "rm -f $destination/postinstall.sh\n";
 				print FILE "rm -f $destination/postinstall.sh\n";
 				close FILE;
 				close FILE;