pari: branch 2.0 r4084 - /branches/2.0/scripts/restorebackup
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Mon Nov 10 11:51:20 CST 2008
    
    
  
Author: pari
Date: Mon Nov 10 11:51:19 2008
New Revision: 4084
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4084
Log:
 add 'AA50 only' comment 
Modified:
    branches/2.0/scripts/restorebackup
Modified: branches/2.0/scripts/restorebackup
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/scripts/restorebackup?view=diff&rev=4084&r1=4083&r2=4084
==============================================================================
--- branches/2.0/scripts/restorebackup (original)
+++ branches/2.0/scripts/restorebackup Mon Nov 10 11:51:19 2008
@@ -1,4 +1,7 @@
 #!/bin/bash
+
+# Note: This script is only called on the AA50 
+
 tar -xf $1 -C /
 # clean out dhcpcd cache data
 rm /etc/config/dhcpcd*
    
    
More information about the asterisk-gui-commits
mailing list