7995b5202b
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
16 lines
340 B
Bash
Executable file
16 lines
340 B
Bash
Executable file
#!/bin/sh -e
|
|
|
|
|
|
ccollect=/home/user/nico/p/ccollect/ccollect/ccollect.sh
|
|
|
|
# in pre_exec
|
|
#cryptsetup luksOpen /dev/sdc usbhd
|
|
#mount /home/services/usbhd
|
|
|
|
#cd /home/user/nico/p/ccollect/ccollect
|
|
CCOLLECT_CONF=/home/users/nico/ethz/ccollect $ccollect wöchentlich ikn
|
|
|
|
# in post_exec
|
|
#umount /home/services/usbhd
|
|
#cryptsetup luksClose usbhd
|
|
|