mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-06-01 12:34:26 -04:00
Add set -u to dom0
This commit is contained in:
parent
14fa0d89e1
commit
0d34361a7e
1 changed files with 1 additions and 1 deletions
2
dom0.sh
2
dom0.sh
|
@ -14,7 +14,7 @@
|
|||
# License for the specific language governing permissions and limitations under
|
||||
# the License.
|
||||
|
||||
set -e
|
||||
set -eu
|
||||
|
||||
# Enabling discard and fstrim
|
||||
sudo sed -i 's/issue_discards = 0/issue_discards = 1/g' /etc/lvm/lvm.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue