Skip to content

Commit

Permalink
modgui_scripts: fix bug with telnetd symbolic link not created
Browse files Browse the repository at this point in the history
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
  • Loading branch information
Ansuel committed May 15, 2019
1 parent 490cc9d commit f2164d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions decompressed/gui_file/etc/modgui_scripts/02_specific.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ apply_specific_DGA_package() {
logger_command "Extracting telnet_support-specificDGA/TG800.tar.bz2 ..."
if [ -f /tmp/telnet_support-specificDGA.tar.bz2 ]; then
bzcat /tmp/telnet_support-specificDGA.tar.bz2 | tar -C / -xf -
if [ -f /bin/busybox_telnet ] && [ ! -h /usr/sbin/telnetd ]; then
ln -s /bin/busybox_telnet /usr/sbin/telnetd
fi
fi
logger_command "Extracting upgrade-pack-specificDGA.tar.bz2 ..."
if [ -f /tmp/upgrade-pack-specificDGA.tar.bz2 ]; then
Expand Down

0 comments on commit f2164d3

Please sign in to comment.