Skip to content

Commit dfd2071

Browse files
authored
Merge pull request #10 from StatFunGen/fix_host
fix host script
2 parents 8644a17 + b18086c commit dfd2071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/host_init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ make_directories() {
8888
)
8989

9090
for new_FILE in "${new_FILES[@]}"; do
91-
create_dir "${main_DIR}" "${new_FILE}"
91+
create_file "${main_DIR}" "${new_FILE}"
9292
done
9393
}
9494

0 commit comments

Comments
 (0)