Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NoCloud-Auto-Installer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NoCloud
NoCloud-Auto-Installer
Commits
3d9f3727
Unverified
Commit
3d9f3727
authored
8 years ago
by
David Beniamine
Browse files
Options
Downloads
Patches
Plain Diff
fix upgrade Nextcloud
parent
66c21492
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Readme.md
+0
-3
0 additions, 3 deletions
Readme.md
upgradeNextcloud.sh
+2
-0
2 additions, 0 deletions
upgradeNextcloud.sh
with
2 additions
and
3 deletions
Readme.md
+
0
−
3
View file @
3d9f3727
Ce dépôt est un mirroir uniquement, les rapport d'erreur se font sur
[
le
gitlab de Tetras Libre
](
https://gitlab.tetras-libre.fr/tetras-libre/NoCloud-Auto-Installer
)
# NoCloud Auto Installer
# NoCloud Auto Installer
NoCloud-Auto-Installer est conçu pour installer automatiquement l'ensemble des
NoCloud-Auto-Installer est conçu pour installer automatiquement l'ensemble des
...
...
This diff is collapsed.
Click to expand it.
upgradeNextcloud.sh
+
2
−
0
View file @
3d9f3727
...
@@ -37,6 +37,8 @@ echo "Giving all permissions to $htuser"
...
@@ -37,6 +37,8 @@ echo "Giving all permissions to $htuser"
chown
-R
$htuser
:
$NEXTCLOUD_INSTALL_DIR
chown
-R
$htuser
:
$NEXTCLOUD_INSTALL_DIR
sudo
-u
$htuser
php
$ocupdater
--no-interaction
--verbose
sudo
-u
$htuser
php
$ocupdater
--no-interaction
--verbose
sudo
-u
$htuser
php
$occ
maintenance:mode
--off
sudo
-u
$htuser
php
$occ
maintenance:mode
--off
echo
"Removing backup htaccess file"
rm
$NEXTCLOUD_INSTALL_DIR
/.htaccess.bak
.
`
dirname
$0
`
/nextcloudStrongDirectoryPermissions.sh
.
`
dirname
$0
`
/nextcloudStrongDirectoryPermissions.sh
FAILED
=
""
FAILED
=
""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment