diff --git a/pbc b/pbc index 14e2ecd..26294bf 100755 --- a/pbc +++ b/pbc @@ -402,10 +402,8 @@ case "$action" in fi if [ -f "$SCRIPT_DIR/config.example" ]; then - if $update_pbc || [ ! -f "$ETC_DIR/config.example" ]; then - echo "Install example config to $ETC_DIR/config.example ..." - ! install -m 0640 "$SCRIPT_DIR/config.example" "$ETC_DIR/config.example" && echo "Error installing file!" >&2 && exit 4 - fi + echo "Install example config to $ETC_DIR/config.example ..." + ! install -m 0640 "$SCRIPT_DIR/config.example" "$ETC_DIR/config.example" && echo "Error installing file!" >&2 && exit 4 fi echo "Info: successfully installed pbc dependencies"