diff --git a/debian/shadowsocks-libev.postinst b/debian/shadowsocks-libev.postinst index f75192d5..92b240e9 100755 --- a/debian/shadowsocks-libev.postinst +++ b/debian/shadowsocks-libev.postinst @@ -16,7 +16,7 @@ case "$1" in esac passwd=$(apg -n 1 -M ncl) -sed -i "s/barfoo!/$passwd/" etc/shadowsocks-libev/config.json +sed -i "s/barfoo!/$passwd/" /etc/shadowsocks-libev/config.json #DEBHELPER#