Fixed getdst() url creation

This commit is contained in:
David Thurstenson 2019-05-15 16:44:40 -05:00
parent 882b269796
commit e444b00e73
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ alias screenterm='TERM=screen-256color'
# Print Dell Service Tag
getdst() {
if [[ "$1" = "-l" ]]; then
printf "http://www.dell.com/support/home/us/en/04/product-support/servicetag/%s\n" "$(getdst)"
printf "http://www.dell.com/support/home/us/en/04/product-support/servicetag/%s/configuration\n" "$(getdst)"
else
sudo dmidecode -s system-serial-number
fi