7 Commits

Author SHA1 Message Date
Kev
0530f96648
Fix broken Samba user management functions in helper.sh
Description:
This corrects a typo in the helper script that prevented Samba user management from working.

Functions were originally defined as EditSmabaUserPassword and AddSmabaUser.

Because of the misspelling, they were never called, and Samba passwords were not being set.

Changes:

Renamed EditSmabaUserPassword → EditSambaUserPassword

Renamed AddSmabaUser → AddSambaUser

Impact:

Samba password changes and user additions will now function correctly.

No backward-compatibility issues, since nothing was successfully calling the typo’d functions before.

Notes:
This resolves a long-standing bug where Samba accounts were not being properly configured.

Signed-off-by: Kev <36553759+forkymcforkface@users.noreply.github.com>
2025-09-23 10:11:17 -07:00
link
449e1515d9
Rclone update (#935) 2023-03-06 16:10:19 +08:00
link
b331c484f5
Add uninstall error judgment (#875) 2023-02-09 10:31:15 +08:00
link
32980f4033 Merge branch 'add_file_drive' 2023-02-02 03:51:41 +00:00
link
28d3ca0ca6 added google drive and dropbox driver 2023-02-02 03:36:59 +00:00
Tiger Wang
0bb138e39e
add API for checking casaos-* service status (#852)
Signed-off-by: Tiger Wang <tigerwang@outlook.com>
2023-01-30 17:01:47 -05:00
a624669980@163.com
314dbdab57 add shell script 2022-09-09 11:28:30 +08:00