Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e3de66f

Browse files
committed
...
1 parent 7c1affd commit e3de66f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22

33
___x_cmd_get_log(){
4-
printf "[%s] %s\n" "$(date +"%Y-%m-%S/%H:%M:%d")" "$1" | tee -a "$___X_CMD_ROOT/setup.log" >&2 ;
4+
printf "[%s] %s\n" "$(date +"%Y-%m-%d/%H:%M:%S")" "$1" | tee -a "$___X_CMD_ROOT/setup.log" >&2 ;
55
};
66

77
___x_cmd_get_download(){
@@ -82,11 +82,12 @@
8282
___x_cmd_get_bootinit()(
8383
___X_CMD_ROOT_V_VERSION_TRICK_0_1="$___X_CMD_ROOT/v/${___X_CMD_VERSION_SUM}";
8484
___X_CMD_ROOT_CODE=;
85+
___X_CMD_ROOT_MOD=;
8586
. "$___X_CMD_ROOT/v/$___X_CMD_VERSION/X";
8687

8788
___X_CMD_ROOT_V_VERSION="$___X_CMD_ROOT_V_VERSION_TRICK_0_1";
8889
[ -z "$___X_CMD_VERSION0" ] || ___X_CMD_VERSION="$___X_CMD_VERSION0";
89-
x boot init;
90+
x boot init "$___X_CMD_ROOT" "$___X_CMD_VERSION";
9091
);
9192

9293
___x_cmd_get_start(){

0 commit comments

Comments
 (0)