Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
roundcube
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
Hide 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