fix typo
authordpavlin <dpavlin@8392b6e1-25fa-0310-8288-cc32f8e212ea>
Sat, 28 Jan 2006 21:21:16 +0000 (21:21 +0000)
committerdpavlin <dpavlin@8392b6e1-25fa-0310-8288-cc32f8e212ea>
Sat, 28 Jan 2006 21:21:16 +0000 (21:21 +0000)
git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/BackupPC/trunk@307 8392b6e1-25fa-0310-8288-cc32f8e212ea

etc/cron.sh

index 5c53dc9..02ffaeb 100755 (executable)
@@ -2,7 +2,7 @@
 
 instance=$1
 
-if [ -z "$intance" ] ; then
+if [ -z "$instance" ] ; then
        instance="backuppc-agi"
        echo "using default instance $instance"
 fi