Skip to content

Commit

Permalink
Add set -u to dom0
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyTran732 committed Jul 21, 2024
1 parent 14fa0d8 commit 0d34361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d34361

Please sign in to comment.