test
This commit is contained in:
parent
96cc369f32
commit
a96092c370
@ -66,6 +66,8 @@
|
|||||||
|
|
||||||
|
|
||||||
mount(){
|
mount(){
|
||||||
|
while true
|
||||||
|
do
|
||||||
clear -x
|
clear -x
|
||||||
title
|
title
|
||||||
echo "1) Mount"
|
echo "1) Mount"
|
||||||
@ -156,8 +158,11 @@ case $selection in
|
|||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Invalid selection, \"$selection\" was not an option"
|
echo "Invalid selection, \"$selection\" was not an option"
|
||||||
|
sleep 2
|
||||||
|
continue
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
done
|
||||||
}
|
}
|
||||||
export -f mount
|
export -f mount
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user