Project

General

Profile

action #42605 » data_mountpoint.sh

Validation script - riafarov, 2018-10-17 08:06

 
#!/bin/bash

# Check whether /data is mounted.

findmnt /data && echo "AUTOYAST OK"
(1-1/2)