Skip to content

Commit

Permalink
Added missing echo to interactive xrdp compile to match the non-inter…
Browse files Browse the repository at this point in the history
…active

compile function for bacwards-compatibility.
  • Loading branch information
scarygliders committed Jul 29, 2014
1 parent 5518770 commit 88fb789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion X11rdp-o-matic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ compile_xrdp_interactive()
cd xrdp-$VERSION;

#Step 3 : Use dh-make to create the debian directory package template...
( dh_make --single --native ) 2>&1 | dialog --progressbox "Preparing xrdp source to make a Debian package..." 50 100
( echo | dh_make --single --native ) 2>&1 | dialog --progressbox "Preparing xrdp source to make a Debian package..." 50 100

#Step 4 : edit/configure the debian directory...
cd debian
Expand Down

0 comments on commit 88fb789

Please sign in to comment.