asdf
This commit is contained in:
@@ -85,7 +85,9 @@ isempty() {
|
||||
}
|
||||
mount_dayz_network_drive() {
|
||||
if ! is_network_drive_mounted ; then
|
||||
if [ ! -d /mnt/dayz ] ; then
|
||||
sudo mkdir -p /mnt/dayz
|
||||
fi
|
||||
if [ -e /proc/version ] ; then
|
||||
read -r ver < /proc/version
|
||||
case $ver in
|
||||
|
||||
Reference in New Issue
Block a user