Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Warden
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pavel Valach
Warden
Commits
d828933c
Commit
d828933c
authored
10 years ago
by
Tomáš Plesník
Browse files
Options
Downloads
Patches
Plain Diff
zmena chybovych hlasek
parent
238d81e0
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
src/warden-server/sh/install.sh
+3
-3
3 additions, 3 deletions
src/warden-server/sh/install.sh
with
3 additions
and
3 deletions
src/warden-server/sh/install.sh
+
3
−
3
View file @
d828933c
...
@@ -104,10 +104,10 @@ oldPackageChck()
...
@@ -104,10 +104,10 @@ oldPackageChck()
echo
-n
"Checking previous Warden server installation ... "
echo
-n
"Checking previous Warden server installation ... "
old_package_version_file
=
$(
find
"
$basedir
"
-name
package_version
)
old_package_version_file
=
$(
find
"
$basedir
"
-name
package_version
)
if
[
-f
"
$old_package_version_file
"
]
;
then
if
[
-f
"
$old_package_version_file
"
]
;
then
old_package_version
=
$(
<
"
$old_package_version_file
"
)
echo
"FAILED!"
echo
"FAILED!"
echo
echo
old_package_version
=
$(
<
"
$old_package_version_file
"
)
echo
"Package
$old_package_version
is installed!"
echo
"Sorry, but
$old_package_version
package is installed!"
echo
"For update of warden server package please use update.sh"
echo
"For update of warden server package please use update.sh"
exit
1
exit
1
fi
fi
...
@@ -123,7 +123,7 @@ perlChck()
...
@@ -123,7 +123,7 @@ perlChck()
else
else
echo
"FAILED!"
echo
"FAILED!"
echo
echo
echo
"
Error:
Perl interpreter is not installed!"
echo
"Perl interpreter is not installed!"
exit
1
exit
1
fi
fi
}
}
...
...
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