mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-07-24 14:15:15 -04:00
Add set -u
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
5500bc5164
commit
14fa0d89e1
12 changed files with 12 additions and 12 deletions
|
@ -14,7 +14,7 @@
|
|||
# License for the specific language governing permissions and limitations under
|
||||
# the License.
|
||||
|
||||
set -e
|
||||
set -eu
|
||||
|
||||
unpriv(){
|
||||
sudo -u nobody "$@"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
set -eu
|
||||
|
||||
unpriv(){
|
||||
sudo -u nobody "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue