Skip to content

Commit

Permalink
Fix CTRL+M bug
Browse files Browse the repository at this point in the history
Execute remotely dos2unix command
  • Loading branch information
MarioFPVdev authored Mar 20, 2024
1 parent a5a2e4f commit 7c90b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Extern.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ if "%1" == "dl" (
if "%1" == "ul" (
echo y | pscp -scp -pw %pw% majestic.yaml root@%2:/etc
echo y | pscp -scp -pw %pw% wfb.conf root@%2:/etc
plink -ssh root@%2 -pw %pw% dos2unix /etc/wfb.conf /etc/majestic.yaml
)

:end
Expand Down

0 comments on commit 7c90b5d

Please sign in to comment.