4 lines
61 B
Bash
4 lines
61 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
echo 'Creating logs directory'
|
||
|
mkdir -p /mnt/logs
|