tmp
rysiek 2017-02-23 17:00:33 +01:00
parent dc8f4ee102
commit 9410e8d7b5
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

@ -134,7 +134,7 @@ chmod -R u=rwX,g=rX,o= "$KUVERT_CONFIG_DIR"
#
# kuvert explicitly expects the config file to be ~/.kuvert, so we need to link it to the actual config file,
# wherever we expect it to be
ln -s "$HOMEDIR/.kuvert" "$KUVERT_CONFIG_DIR/kuvert.conf"
ln -s "$KUVERT_CONFIG_DIR/kuvert.conf" "$HOMEDIR/.kuvert"
# inform
echo "========================================================================"