mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-08-03 11:06:03 -04:00
Add set -e
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
889e82ad60
commit
e810a7d978
5 changed files with 10 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
|||
# License for the specific language governing permissions and limitations under
|
||||
# the License.
|
||||
|
||||
set -e
|
||||
|
||||
unpriv(){
|
||||
sudo -u nobody "$@"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue