Project

General

Profile

« Previous | Next » 

Revision 93513495

Added by Andreas Kohlbecker almost 3 years ago

update script improved

View differences:

scripts/admin/update-dependencies.sh
1
#!/bin/bash -x
1
#!/bin/bash
2 2

  
3 3

  
4 4
# -- options
......
96 96

  
97 97
if (( deactivate_install == 1 )); then
98 98
    # hide the install.php 
99
    rm install.php.off
100
    mv install.php install.php.off 
99
    rm -f web/install.php.off
100
    mv web/install.php web/install.php.off 
101 101
fi 
102 102

  
103 103
echo "-------------------------------------------------------------------"

Also available in: Unified diff