runit: fix missing creating new folder

This commit is contained in:
lelgenio 2021-12-07 20:33:31 -03:00
parent 62ac3a11c6
commit ecc685531d
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
#!/bin/sh
#!/bin/bash
set -ex
cd "$(dirname $1)" && shift
mkdir -p "$1"
cd `dirname $1` && shift
create_logger() {
pushd sv/