mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
Allow a custom data path to be set directly in include.php.
This commit is contained in:
parent
df29eb85cd
commit
0dcbac8820
2 changed files with 1 additions and 2 deletions
|
|
@ -33,7 +33,6 @@ mv data $DIR/var/lib/rainloop;
|
|||
|
||||
#Update settings for Debian package
|
||||
sed -i "s/\$sCustomDataPath = '';/\$sCustomDataPath = '\/var\/lib\/rainloop';/" $DIR/usr/share/rainloop/rainloop/v/$VERSION/include.php
|
||||
sed -i "s/\$sCustomDataPath = \(.*\) : '';/\$sCustomDataPath = \1 : \$sCustomDataPath;/" $DIR/usr/share/rainloop/rainloop/v/$VERSION/include.php
|
||||
|
||||
#Set up Debian packaging tools
|
||||
cd $DIR;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue