Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wtlinux_server_setup
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
w4t
wtlinux_server_setup
Commits
f3fc1633
Commit
f3fc1633
authored
Mar 12, 2025
by
w4t
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wtserver 0.47
parent
71a783b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
install_owncloud.sh
distros/debian12/install_owncloud.sh
+2
-2
No files found.
distros/debian12/install_owncloud.sh
View file @
f3fc1633
...
...
@@ -301,11 +301,11 @@ EOF
CONFIG_FILE
=
"
$CLOUD_DIR
/config/config.php"
if
!
grep
-q
"'config_is_read_only'"
"
$CONFIG_FILE
"
;
then
sed
-i
"/);/i
\$
CONFIG['config_is_read_only'] = false;
"
"
$CONFIG_FILE
"
sed
-i
"/);/i
\ \
'config_is_read_only' => false,
"
"
$CONFIG_FILE
"
fi
if
!
grep
-q
"'user_backends'"
"
$CONFIG_FILE
"
;
then
sed
-i
"/);/i
\
$
CONFIG['user_backends'] = array(
\n
array(
\n
'class' => '
\\\\
OCA
\\\\
UserExternal
\\\\
IMAP',
\n
'arguments' => array(
\n
'127.0.0.1', 143, null, null, false, false
\n
),
\n
),
\n
);
"
"
$CONFIG_FILE
"
sed
-i
"/);/i
\
\
'user_backends' => array(
\n
array(
\n
'class' => '
\\\\
OCA
\\\\
UserExternal
\\\\
IMAP',
\n
'arguments' => array(
\n
'127.0.0.1', 143, null, null, false, false
\n
),
\n
),
\n
),
"
"
$CONFIG_FILE
"
fi
chown
www-data:www-data
$CLOUD_DIR
/config.php
>>
$PROGRAMS_INSTALL_LOG_FILES
2>&1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment