Bugfix: ensure socket file exists
This commit is contained in:
parent
7e01e88b9d
commit
e587f8980b
|
@ -52,6 +52,8 @@ if [[ $# -eq 0 ]] ; then
|
|||
exit
|
||||
fi
|
||||
|
||||
touch $SOCKET_PATH
|
||||
|
||||
if [[ $1 = "new" || $1 = "n" ]] ; then
|
||||
new_session
|
||||
elif [[ $1 = "sharero" || $1 = "sro" ]] ; then
|
||||
|
|
Loading…
Reference in New Issue