wimpysworld / umpc-ubuntu

Scripts for UMPCs such as GPD Pocket, Pocket 2, MicroPC & TopJoy Falcon
https://ubuntu-mate.org/gpd-pocket/
MIT License
214 stars 51 forks source link

Use cd || return or exit to ensure we continue/end if cd fails #29

Closed ItzSwirlz closed 2 years ago

ItzSwirlz commented 3 years ago

We should only be using exit if it's the end and there's nothing really important left, at the end like md5sums

The returns are for in an if statement or function.