1 Commits

Author SHA1 Message Date
24c56e9387 Debug - do not use 2020-04-24 17:04:36 -04:00

View File

@@ -940,8 +940,6 @@ EOF"
_vncpassfile="$HOME/.vnc/jrmc_passwd" _vncpassfile="$HOME/.vnc/jrmc_passwd"
[[ ! -d "${_vncpassfile%/*}" ]] && mkdir -p "${_vncpassfile%/*}"
if [[ -f "$_vncpassfile" ]]; then if [[ -f "$_vncpassfile" ]]; then
if [[ -z $_vncpass ]]; then if [[ -z $_vncpass ]]; then
err "Refusing to overwrite existing $_vncpassfile with an empty password" err "Refusing to overwrite existing $_vncpassfile with an empty password"
@@ -974,8 +972,6 @@ EOF"
_vncpassfile="$HOME/.vnc/jrmc_passwd" _vncpassfile="$HOME/.vnc/jrmc_passwd"
[[ ! -d "${_vncpassfile%/*}" ]] && mkdir -p "${_vncpassfile%/*}"
if [[ -f "$_vncpassfile" ]]; then if [[ -f "$_vncpassfile" ]]; then
if [[ -z $_vncpass ]]; then if [[ -z $_vncpass ]]; then
err "Refusing to overwrite existing $_vncpassfile with an empty password" err "Refusing to overwrite existing $_vncpassfile with an empty password"