diff options
author | Sven Gothel <[email protected]> | 2022-01-02 21:38:45 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-01-02 21:38:45 +0100 |
commit | 3343aa208edf7d4228841df025a17dc2378f3637 (patch) | |
tree | 6e067bcdf037e510cde756af17f39d7ba6a3a883 /scripts | |
parent | 2d8958d5826b1f74537dbfda1edb8a676275b598 (diff) |
run-native-example-simple.sh: Don't sudo ..
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/run-native-example-simple.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/run-native-example-simple.sh b/scripts/run-native-example-simple.sh index eed709eb..40a0f1d1 100755 --- a/scripts/run-native-example-simple.sh +++ b/scripts/run-native-example-simple.sh @@ -34,8 +34,8 @@ logbasename=~/$bname logfile=$logbasename.log rm -f $logfile -echo 'core_%e.%p' | sudo tee /proc/sys/kernel/core_pattern >/dev/null -ulimit -c unlimited +# echo 'core_%e.%p' | sudo tee /proc/sys/kernel/core_pattern >/dev/null +# ulimit -c unlimited # run as root 'dpkg-reconfigure locales' enable 'en_US.UTF-8' # perhaps run as root 'update-locale LC_MEASUREMENT=en_US.UTF-8 LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8' |