Skip to content

Commit

Permalink
Fixed state
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanSelen committed Dec 18, 2024
1 parent f14812a commit edb4be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntos/credcon/credcon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ main() {

# Start xfreerdp session in the background and get its process ID (PID).
# This does not hinder the process from taking over the (screen/monitor) session.
xfreerdp3 "$rdpFile" /u:"${username}" /p:"${password}" /a:drive:/media/user/* &
xfreerdp3 "$rdpFile" /u:"${username}" /p:"${password}" /a:drive,/media/user/* &
xfreerdp_pid=$!

# Wait for the xfreerdp process up to $interval seconds, default 30.
Expand Down

0 comments on commit edb4be2

Please sign in to comment.