This website requires JavaScript.
Explore
Help
Sign In
Hacker-Software
/
docker-open-box-with-browser-rdp-vnc
Watch
1
Star
0
Fork
You've already forked docker-open-box-with-browser-rdp-vnc
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
68b524268a
docker-open-box-with-browse...
/
scripts
/
set-password.sh
6 lines
96 B
Bash
Raw
Blame
History
#!/bin/bash
if
[
-n
"
${
RDP_PASSWORD
}
"
]
;
then
echo
"
openbox:
${
RDP_PASSWORD
}
"
|
chpasswd
fi
Reference in New Issue
View Git Blame
Copy Permalink