Browse Source

Fix remoet dir del

Georgi Chorbadzhiyski 15 years ago
parent
commit
fb2794d665
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      config.sh

+ 2
- 2
config.sh View File

1
 #!/bin/sh
1
 #!/bin/sh
2
 # SlackCheck configuration file
2
 # SlackCheck configuration file
3
 #
3
 #
4
-# $Id: config.sh,v 1.10 2009/05/20 10:55:22 gf Exp $
4
+# $Id: config.sh,v 1.11 2009/05/20 11:10:15 gf Exp $
5
 #
5
 #
6
 
6
 
7
 PATH="/bin:/usr/bin:/usr/local/bin"
7
 PATH="/bin:/usr/bin:/usr/local/bin"
35
                           # Make sure it has enough disk space!
35
                           # Make sure it has enough disk space!
36
                           # After generating upgrade scripts you can change
36
                           # After generating upgrade scripts you can change
37
                           # this variable per host
37
                           # this variable per host
38
-REMOTE_DIR_DEL="0"        # Delete directory with downloaded packages after
38
+REMOTE_DIR_DEL="1"        # Delete directory with downloaded packages after
39
                           # finishing updates
39
                           # finishing updates
40
 
40
 
41
 SMART_UPGRADE="1"         # When lilo-* or kernel-* packages are updated run
41
 SMART_UPGRADE="1"         # When lilo-* or kernel-* packages are updated run

Loading…
Cancel
Save