Change extension of service file
This commit is contained in:
+1
-1
@@ -305,7 +305,7 @@ fn main() {
|
||||
// Write
|
||||
for config in services {
|
||||
let output = generate_openrc(&config);
|
||||
fs::write(output_path.join(format!("{}.service.sh", config.service.name)), output)
|
||||
fs::write(output_path.join(format!("{}.service", config.service.name)), output)
|
||||
.expect("Failed to write OpenRC script to output file");
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user