Testing shortcodes

#!/bin/bash

[[ ! $(mount) =~ 'iso9660' ]] && mount -t iso9660 -o ro,loop /root/ISO/Topspin_1.3PL10.iso /root/tmpdrv

TSDISK=/root/tmpdrv

#check if diskless exists. If so, clean up

if [[ -d /usr/diskless ]]; then
	$TSDISK/install --auto --remove --select diskless  --no-os-check --display :0 
fi

umount /root/tmpdrv                             
          

Print Friendly, PDF & Email

2 thoughts on “Testing shortcodes”

Leave a Reply

Your email address will not be published. Required fields are marked *