Thread: encfs with expect excess denied
if execute script
i don't have access {mnt_dir}. sodo user don't have access to. command or shell sciptcode:#!/usr/bin/expect set pass [lindex $argv 0] spawn encfs -v {cript_dir} {mnt_dir} -o nonempty expect "*encfs password:*" send "$pass\r" expect eof
work correct.code:#!/bin/sh encfs -v {cript_dir} {mnt_dir} -o nonempty
wrong in expect script?
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] encfs with expect excess denied
Ubuntu
Comments
Post a Comment