Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai3
docker
roundcube
Commits
41b050e6
Commit
41b050e6
authored
Feb 08, 2018
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ensure startup script is executable
parent
5228c377
Pipeline
#847
passed with stages
in 3 minutes and 25 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
build.sh
build.sh
+3
-0
start.sh
start.sh
+0
-0
No files found.
build.sh
View file @
41b050e6
...
...
@@ -106,6 +106,9 @@ for d in temp logs ; do
chmod
700 /var/www/webmail/
$d
done
# Ensure that the startup script is executable.
chmod
755 /start.sh
# Create config mountpoint
mkdir
-p
/etc/roundcube
...
...
start.sh
100644 → 100755
View file @
41b050e6
File mode changed from 100644 to 100755
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