This commit is contained in:
Sheep26 2024-12-04 11:16:15 +13:00
parent 21492682c3
commit c8d542dbe3
2 changed files with 1 additions and 1 deletions

0
build/scripts/setup/script.d/03-setup-casaos.sh Executable file → Normal file
View File

View File

@ -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)
}
}