Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
fd663e4a
Commit
fd663e4a
authored
7 years ago
by
juanf
Browse files
Options
Downloads
Patches
Plain Diff
SSDM-5688 : Bugfix on smarter script
SVN: 38788
parent
e4507f37
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
installation/resource/installer/bin/upgrade-eln-v3.sh
+4
-4
4 additions, 4 deletions
installation/resource/installer/bin/upgrade-eln-v3.sh
with
4 additions
and
4 deletions
installation/resource/installer/bin/upgrade-eln-v3.sh
+
4
−
4
View file @
fd663e4a
...
...
@@ -18,7 +18,7 @@
#-- Restore etc folder from backup (skip if backup don't exist)
echo
"1 - Starting ELN-LIMS Upgrade"
# set -x
# Define a timestamp function
timestamp
()
{
date
+
"%y%m%d-%H%M"
...
...
@@ -68,11 +68,11 @@ if [ -d $ELN_INSTALLATION ]; then
tar
xfz
$ELN_TARBALL
-C
$CORE_PLUGINS
#if is minimum master data, remove the extra types script
if
[
IS_MINIMUM_MASTER_DATA
]
;
then
if
[
-f
$ELN_INSTALLATION_MINIMUM_MD_SCRIPT
]
;
then
echo
"7 - Not modifying master data scripts since a standard master data installation was found"
else
echo
"7 - Replacing master data script since minimum master data installation was found"
mv
$ELN_INSTALLATION_MINIMUM_MD_SCRIPT
$ELN_INSTALLATION_STANDARD_MD_SCRIPT
else
echo
"7 - Not modifying master data scripts since a standard master data installation was found"
fi
#Restore config folder contents if they where backup
...
...
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