mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-27 20:06:52 +00:00
Update mount_disk_host_bk.sh
This commit is contained in:
parent
f7325f030c
commit
7363a461de
@ -21,6 +21,11 @@ fi
|
||||
load_language
|
||||
initialize_cache
|
||||
|
||||
|
||||
mount_disk_host_bk() {
|
||||
|
||||
|
||||
|
||||
get_disk_info() {
|
||||
local disk=$1
|
||||
MODEL=$(lsblk -dn -o MODEL "$disk" | xargs)
|
||||
@ -435,3 +440,10 @@ else
|
||||
read -r
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
}
|
||||
|
||||
if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
|
||||
mount_disk_host_bk
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user