File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11## Building raw fs with docker
2- these implementation is initiated to remove condition ( linux os must )
32
43### Build Example
54
Original file line number Diff line number Diff line change 11## Building raw fs with docker
2- these implementation is initiated to remove condition ( linux os must )
32
43### Build Example
54
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ setup_user()
382382
383383 # create user
384384 CMD=" useradd -m \
385- -p \$ (openssl passwd -1 $_passwd ) \
385+ -p \$ \ (openssl passwd -1 $_passwd \ ) \
386386 -G sudo \
387387 -d /home/$_user \
388388 -g $gid_val \
@@ -519,7 +519,7 @@ do_tar_bzip() {
519519}
520520
521521run_cmd () {
522- local command=" $* "
522+ local command=$*
523523 do_chroot_ae " $chroot_dir " " $command "
524524}
525525
You can’t perform that action at this time.
0 commit comments