Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ISPConfig 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ISPConfig
ISPConfig 3
Commits
c0a85582
Commit
c0a85582
authored
9 years ago
by
Florian Schaal
Browse files
Options
Downloads
Patches
Plain Diff
FS#4024 - can't run ispconfig_update.sh to switch to dev
parent
d3bc5f92
No related branches found
No related tags found
1 merge request
!238
allow ipv6 for remote-database-access
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
server/scripts/update_from_dev.sh
+4
-3
4 additions, 3 deletions
server/scripts/update_from_dev.sh
with
4 additions
and
3 deletions
server/scripts/update_from_dev.sh
+
4
−
3
View file @
c0a85582
#!/bin/bash
cd
/tmp
rm
-rf
ispconfig3-master
*
wget
-O
ispconfig3-dev.tar.gz
"http://git.ispconfig.org/ispconfig/ispconfig3/repository/archive.tar.gz?ref=master"
tar
xzf ispconfig3-dev.tar.gz
cd
ispconfig3
.git
/install
cd
ispconfig3
-master
*
/install
php
-q
\
-d
disable_classes
=
\
-d
disable_functions
=
\
-d
open_basedir
=
\
update.php
cd
/tmp
rm
-rf
/tmp/ispconfig3
.git
/tmp/ispconfig3-dev.tar.gz
rm
-rf
/tmp/ispconfig3
-master
*
/tmp/ispconfig3-dev.tar.gz
exit
0
\ No newline at end of file
exit
0
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