This commit is contained in:
2023-11-20 07:05:11 -06:00
parent 01b578a564
commit ab5069deb9

View File

@@ -31,7 +31,7 @@ errmsg() {
}
mount_dayz_network_drive() {
if ! is_network_drive_mounted ; then
sudo mkdir -p /mnt/dayz
if [ -e /proc/version ] ; then
read -r ver < /proc/version
case $ver in