sh: Move process files to proper location

master
Markus Koch 2022-01-21 22:11:58 +01:00
parent 31b48cb92f
commit fd1c306941
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ ROOTFS_DIR='/home/builduser/base' # in rootfs
ARTEFACT_BASE='/opt/micobu/rootfs/home/builduser/artefacts'
BUILD_TIMEOUT='600'
API_KEY='mykey'
SERVER_PIPE='/var/tmp/micobu_pipe'
SERVER_LOCK='/var/tmp/micobu.lock'
SERVER_PIPE="/run/user/`id -u`/micobu.pipe"
SERVER_LOCK="/run/user/`id -u`/micobu.lock"
BUILD_BASE=$ROOTFS_BASE$ROOTFS_DIR