Run script inside konsole

This commit is contained in:
Rohan Garg 2015-08-18 22:33:18 +02:00
parent 1e2f88dac0
commit 00f17b2670

View File

@ -3,5 +3,5 @@ type: "job"
name: "fs_resize"
interface: "process"
chroot: false
command: "/bin/sh -c \"yes y | /usr/local/bin/fs_resize\""
command: "konsole --nofork -e \"echo y | /usr/local/bin/fs_resize\""
timeout: 120