Skip to content

Commit

Permalink
Merge pull request #64 from owncloud-ci/build/remove-redundant-command
Browse files Browse the repository at this point in the history
build: remove unnecessary keyring command
  • Loading branch information
phil-davis authored Oct 3, 2024
2 parents ea76df6 + 5fa85ee commit 16cad0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fedora/src/startup/vnc_startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ eval $(dbus-launch --sh-syntax --exit-with-session)
gnome-keyring-daemon --start --components=pkcs11,secrets,ssh
echo -n "${VNC_PW}" | gnome-keyring-daemon -r --unlock
gnome-keyring-daemon -d --login
# save dbus session address
echo "export DBUS_SESSION_BUS_ADDRESS=${DBUS_SESSION_BUS_ADDRESS}" >> /tmp/dbus_env.sh
Expand Down

0 comments on commit 16cad0f

Please sign in to comment.