Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai3
docker
mailman
Commits
17539f8c
Commit
17539f8c
authored
Feb 04, 2020
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add comment about making scripts executable
parent
49888c97
Pipeline
#5821
passed with stages
in 2 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
build.sh
build.sh
+5
-5
No files found.
build.sh
View file @
17539f8c
...
...
@@ -97,11 +97,11 @@ chmod g-s /usr/lib/cgi-bin/mailman/*
# Create empty dir for webroot.
mkdir
/var/empty
chmod
755 /usr/local/bin/apply-forced-params
chmod
755
/usr/local/bin/clean-heldmsg
chmod
755 /usr/sbin/sendmail
# Ensure that all our scripts are executable
chmod
755 /usr/local/bin/apply-forced-params
\
/usr/local/bin/clean-heldmsg
\
/usr/sbin/sendmail
\
/start.sh
# Install python-mailman-api.
(
cd
/tmp
;
pip
install
\
...
...
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