fix syntax
This commit is contained in:
parent
c0e8aef12b
commit
55bf1563e5
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ EOF
|
|||
}
|
||||
|
||||
transit2newconf() {
|
||||
[ -z "${MYSHELLCONFIG_BASE+x} ] && MYSHELLCONFIG_BASE=~/.local/myshellconfig
|
||||
[ -z "${MYSHELLCONFIG_BASE+x}" ] && MYSHELLCONFIG_BASE=~/.local/myshellconfig
|
||||
sshmyshellconfig localhost
|
||||
echo rm ~/bashrc_add
|
||||
rm ~/bashrc_add
|
||||
|
|
Loading…
Reference in a new issue