Skip to content

Commit 23881c8

Browse files
fix syntax and README
1 parent a623722 commit 23881c8

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

build/kali/raw/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
## Building raw fs with docker
2-
these implementation is initiated to remove condition ( linux os must )
32

43
### Build Example
54

build/raw/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
## Building raw fs with docker
2-
these implementation is initiated to remove condition ( linux os must )
32

43
### Build Example
54

plugins/envsetup

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

521521
run_cmd() {
522-
local command="$*"
522+
local command=$*
523523
do_chroot_ae "$chroot_dir" "$command"
524524
}
525525

0 commit comments

Comments
 (0)