david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

autopush by david@ghost

This commit is contained in:
david 2018-01-20 17:36:20 +01:00
parent 5a1ebf083b
commit 7d75b7c560
1 changed files with 3 additions and 3 deletions

View File

@ -134,7 +134,7 @@ rdp()
else
echo "error: no rdp client found"
exit 1
return 1
fi
fi
@ -170,12 +170,12 @@ update()
;;
?)
echo "error: unknown system."
exit 1
return 1
;;
esac
if [ $? -ne 0 ]; then
echo "error: something went wrong."
exit 1
return 1
fi
}