Skip to content

Commit b8644f4

Browse files
authored
Merge pull request #6239 from scruel/patch-1
chore(synology): remove personal mail
2 parents c838c3f + 091c1f7 commit b8644f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/synology_dsm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ _temp_admin_create() {
411411
_username="$1"
412412
_password="$2"
413413
synouser --del "$_username" >/dev/null 2>/dev/null
414-
synouser --add "$_username" "$_password" "" 0 "[email protected]" 0 >/dev/null
414+
synouser --add "$_username" "$_password" "" 0 "" 0 >/dev/null
415415
}
416416

417417
_temp_admin_cleanup() {

0 commit comments

Comments
 (0)