This commit is contained in:
2023-11-20 20:11:25 -06:00
parent cdf31ce541
commit 366253f1f9
4 changed files with 139 additions and 74 deletions

View File

@@ -29,6 +29,10 @@ msg() {
errmsg() {
>&2 printf '[Error]: %s\n' "$*"
}
die() {
errmsg "$*"
exit 1
}
mount_dayz_network_drive() {
if ! is_network_drive_mounted ; then
sudo mkdir -p /mnt/dayz