Add set -u to dom0
This commit is contained in:
parent
14fa0d89e1
commit
0d34361a7e
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…
x
Reference in New Issue
Block a user