1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-10-17 19:25:14 -04:00

Add set -u to dom0

This commit is contained in:
Tommy 2024-07-20 18:22:21 -07:00
parent 14fa0d89e1
commit 0d34361a7e
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -14,7 +14,7 @@
# License for the specific language governing permissions and limitations under # License for the specific language governing permissions and limitations under
# the License. # the License.
set -e set -eu
# Enabling discard and fstrim # Enabling discard and fstrim
sudo sed -i 's/issue_discards = 0/issue_discards = 1/g' /etc/lvm/lvm.conf sudo sed -i 's/issue_discards = 0/issue_discards = 1/g' /etc/lvm/lvm.conf