#!/bin/sh if [ -z "$1" ]; then echo "The update is not performed. You must specify the installation package SecretNet LSP..." 1>/tmp/sn-update.log 2>&1 exit 1 fi PATH=/usr/bin:/usr/sbin:/bin:/sbin dpkg -i $1