Skip to content

Commit

Permalink
Update spk/syncthing/src/service-setup.sh
Browse files Browse the repository at this point in the history
Co-authored-by: André Colomb <github.com@andre.colomb.de>
  • Loading branch information
hgy59 and acolomb authored Dec 18, 2022
1 parent 6c9e778 commit f6c693d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spk/syncthing/src/service-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export STGUIASSETS=${SYNOPKG_PKGDEST}/gui

set_credentials() {
if [ -n "${wizard_username}" -a -n "${wizard_password}" ]; then
echo "create user ${wizard_username} for syncthing web gui access"
echo "set user name ${wizard_username} for syncthing Web GUI access"
# Password needs to be hashed for config entry
# Required to run any syncthing command: set $HOME environment variable
HOME=${SYNOPKG_PKGVAR} ${SYNCTHING} generate \
Expand Down

0 comments on commit f6c693d

Please sign in to comment.