Skip to content
Snippets Groups Projects
Commit f6c65227 authored by echicken's avatar echicken :chicken:
Browse files

Just unzip

parent 8bcd5b1f
Branches
Tags
No related merge requests found
......@@ -27,7 +27,7 @@ function extract(file, target) {
if (!file_isdir(install_dir)) {
if (!mkdir(install_dir)) return false;
}
return system.exec(system.exec_dir + 'unzip -uqo ' + file + ' -d ' + target) == 0;
return system.exec('unzip -uqo ' + file + ' -d ' + target) == 0;
}
function update_sbbs_ini(root_directory, error_directory) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment