Skip to content

Commit

Permalink
ksmbd: change -i option with -P of ksmbd.adduser in github action script
Browse files Browse the repository at this point in the history
Signed-off-by: Namjae Jeon <[email protected]>
  • Loading branch information
namjaejeon committed Sep 7, 2023
1 parent a1c763f commit 27e54a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
sudo mkdir -m 777 -p /mnt/test1
sudo mkdir -m 777 -p /mnt/test2
sudo mkdir -m 777 -p /mnt/test3
ksmbd.adduser -i ./ksmbdpwd.db -a testuser -p 1234
ksmbd.adduser -P ./ksmbdpwd.db -a testuser -p 1234
git clone https://github.com/cifsd-team/cifsd-test-result
cp cifsd-test-result/testsuites/smb.conf .
sudo ksmbd.mountd -n --c=./smb.conf --u=./ksmbdpwd.db&
Expand Down

0 comments on commit 27e54a1

Please sign in to comment.