storage: remove getProviderStatus
This commit is contained in:
@@ -23,7 +23,7 @@ host_path="$1"
|
||||
mount_filename=$(systemd-escape -p --suffix=mount "$host_path")
|
||||
mount_file="/etc/systemd/system/${mount_filename}"
|
||||
|
||||
# stop and start will do the reumount
|
||||
# stop and start will do the remount
|
||||
systemctl stop "${mount_filename}"
|
||||
systemctl start "${mount_filename}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user