Fix NAT mode command
This commit is contained in:
		@@ -22,7 +22,7 @@ pub fn hook_content() -> anyhow::Result<String> {
 | 
			
		||||
 | 
			
		||||
    Ok(format!(
 | 
			
		||||
        "#!/bin/bash\n\
 | 
			
		||||
    {} --storage {} --network-name \"$1\" --operation \"$2\" --sub-operation \"$3\"",
 | 
			
		||||
    NAT_MODE=1 {} --storage {} --network-name \"$1\" --operation \"$2\" --sub-operation \"$3\"",
 | 
			
		||||
        exe.to_string_lossy(),
 | 
			
		||||
        AppConfig::get().storage
 | 
			
		||||
    ))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user