Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
9e958f4e
Unverified
Commit
9e958f4e
authored
Jul 20, 2023
by
Scruel Tao
Committed by
GitHub
Jul 20, 2023
Browse files
Fix shellcheck
parent
c7f6f20c
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/synology_dsm.sh
View file @
9e958f4e
...
@@ -61,7 +61,7 @@ synology_dsm_deploy() {
...
@@ -61,7 +61,7 @@ synology_dsm_deploy() {
fi
fi
_debug
"Setting temp admin user credential..."
_debug
"Setting temp admin user credential..."
SYNO_Username
=
sc-acmesh-tmp
SYNO_Username
=
sc-acmesh-tmp
SYNO_Password
=
`
openssl rand
-base64
16
`
SYNO_Password
=
$(
head
/dev/urandom |
tr
-dc
A-Za-z0-9 |
head
-c
16
)
# Ignore 2FA-OTP settings which won't be needed.
# Ignore 2FA-OTP settings which won't be needed.
SYNO_Device_Name
=
SYNO_Device_Name
=
SYNO_Device_ID
=
SYNO_Device_ID
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment