From c99f5cf50b84b14bd6f0f47e45321dd31a7fe017 Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Mon, 8 Feb 2016 21:01:36 +0000 Subject: app-emulation/lxc: Use rm -f Signed-off-by: Sven Wegener --- app-emulation/lxc/files/lxc.initd.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-emulation/lxc/files') diff --git a/app-emulation/lxc/files/lxc.initd.3 b/app-emulation/lxc/files/lxc.initd.3 index 092085400649..970fba7db2e6 100644 --- a/app-emulation/lxc/files/lxc.initd.3 +++ b/app-emulation/lxc/files/lxc.initd.3 @@ -79,7 +79,7 @@ depend() { start() { checkconfig || return 1 - rm /var/log/lxc/${CONTAINER}.log + rm -f /var/log/lxc/${CONTAINER}.log rootpath=$(lxc_get_var lxc.rootfs) -- cgit v1.2.3-65-gdbad