@@ -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 "$@"
|
||||
|
Reference in New Issue
Block a user