Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheep26 committed Dec 7, 2024
1 parent 479a29e commit 7e98f0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified build/scripts/setup/script.d/03-setup-casaos.sh
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion route/v1/samba.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func AddSambaUser(ctx echo.Context) error {

for _, v := range users {
if !strings.Contains(out, v.Name) {
command.OnlyExec("source " + config.AppInfo.ShellPath + "/helper.sh ;EditSmabaUserPasswordSTDIN " + v.Name + " " + v.Password)
command.OnlyExec("source " + config.AppInfo.ShellPath + "/helper.sh ;AddSmabaUser " + v.Name + " " + v.Password)
}
}

Expand Down

0 comments on commit 7e98f0f

Please sign in to comment.