srchub-install

srchub-install Commit Details


Date:2016-03-27 23:01:30 (9 years 1 month ago)
Author:Natalie Adams
Branch:master
Commit:81726a037db076c59d494b0101a1371e06b00d97
Parents: 4d446d11cfac52ae73b5b0a536332c85bfafd278
Message:simple error fix

Changes:

File differences

srchub-install.py
184184
185185
186186
187
187
188188
189189
190190
    with open('/tmp/Authbasic.patch', 'w') as content_file:
        content_file.write(AUTHBASIC_PATCH)
    call(["patch", "-i", "/tmp/Authbasic.patch", "-F", "3", "-N", "/usr/share/php/File/Passwd/Authbasic.php"])
    call(["rm /tmp/Authbasic.patch"])
    call(["rm", "/tmp/Authbasic.patch"])
def prep_apache():
    call(["a2enmod", "rewrite"])

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.08992s using 14 queries.