Refactor installation scripts

This commit is contained in:
Shivam Mathur
2019-10-11 12:48:49 +05:30
parent 3087ceb811
commit e755fb7a69
25 changed files with 345 additions and 520 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ function log(message, os_version, log_type, prefix = '') {
};
switch (prefix) {
case '':
prefix = prefix;
prefix = '';
break;
default:
prefix = prefix + ': ';