mirror of
https://github.com/linuxserver/docker-projectsend.git
synced 2026-02-20 08:39:17 +08:00
simplify MAX_UPLOAD sed
This commit is contained in:
parent
821554f68f
commit
6f1f61f093
@ -26,8 +26,7 @@ sed -i \
|
||||
cp /defaults/sys.config.php /config/projectsend/sys.config.php
|
||||
sed -i \
|
||||
"s#define('MAX_FILESIZE',.*);#define('MAX_FILESIZE',$USABLE_MAX_UPLOAD);#g" \
|
||||
/config/projectsend/sys.config.php
|
||||
"s#define('MAX_FILESIZE',.*);#define('MAX_FILESIZE',$USABLE_MAX_UPLOAD);#g" \
|
||||
/config/projectsend/sys.config.php \
|
||||
/var/www/localhost/htdocs/includes/sys.config.sample.php
|
||||
|
||||
# copy config
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user