Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Auto-completion, help (?), cmd navigation (up/down arrows) not working in vtysh on host system. #19

Merged
merged 1 commit into from
Nov 10, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions debian/quagga.postinst
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash -e

rm /etc/alternatives/pager
ln -s /bin/cat /etc/alternatives/pager

if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi
${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*"}

Expand Down