~clean up scripts

Remove any redundant info, only leaving what is absolutely necessary.
This commit is contained in:
dx
2020-07-15 15:34:53 +01:00
parent e2cede510b
commit b41c6dfec4
5 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ then
eserver start
elif [ $1 = "start" ]
then
if [ -e "/tmp/emacs-server-id" ]
if [ -e "/tmp/emacs-server" ]
then
echo "Server running already!"
else