Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1affd commit e3de66fCopy full SHA for e3de66f
1 file changed
index.html
@@ -1,7 +1,7 @@
1
{
2
3
___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 ;
+ printf "[%s] %s\n" "$(date +"%Y-%m-%d/%H:%M:%S")" "$1" | tee -a "$___X_CMD_ROOT/setup.log" >&2 ;
5
};
6
7
___x_cmd_get_download(){
@@ -82,11 +82,12 @@
82
___x_cmd_get_bootinit()(
83
___X_CMD_ROOT_V_VERSION_TRICK_0_1="$___X_CMD_ROOT/v/${___X_CMD_VERSION_SUM}";
84
___X_CMD_ROOT_CODE=;
85
+ ___X_CMD_ROOT_MOD=;
86
. "$___X_CMD_ROOT/v/$___X_CMD_VERSION/X";
87
88
___X_CMD_ROOT_V_VERSION="$___X_CMD_ROOT_V_VERSION_TRICK_0_1";
89
[ -z "$___X_CMD_VERSION0" ] || ___X_CMD_VERSION="$___X_CMD_VERSION0";
- x boot init;
90
+ x boot init "$___X_CMD_ROOT" "$___X_CMD_VERSION";
91
);
92
93
___x_cmd_get_start(){
0 commit comments