Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Arif Ali
xcat-core
Commits
49814b31
Commit
49814b31
authored
Aug 01, 2013
by
ligc
Browse files
fix a message typo in *sqlsetup scripts
parent
545fe7fb
Changes
3
Hide whitespace changes
Inline
Side-by-side
xCAT-client/bin/db2sqlsetup
View file @
49814b31
...
...
@@ -1878,7 +1878,7 @@ sub restorexcatdb
# restore the database
xCAT::
MsgUtils
->
message
(
"
I
",
"
Restoring the xC
at
Database with $::backupdir to DB2 database.
\n
This could take several minutes.
"
"
Restoring the xC
AT
Database with $::backupdir to DB2 database.
\n
This could take several minutes.
"
);
if
(
!
(
-
d
$
::
backupdir
))
{
# does not exist, error
...
...
xCAT-client/bin/mysqlsetup
View file @
49814b31
...
...
@@ -1787,7 +1787,7 @@ sub restorexcatdb
# restore the database
xCAT::
MsgUtils
->
message
(
"
I
",
"
Restoring the xC
at
Database with $::backupdir to MySQL database.
\n
This could take several minutes.
"
"
Restoring the xC
AT
Database with $::backupdir to MySQL database.
\n
This could take several minutes.
"
);
if
(
!
(
-
d
$
::
backupdir
))
{
# does not exist, error
...
...
xCAT-client/bin/pgsqlsetup
View file @
49814b31
...
...
@@ -1331,7 +1331,7 @@ sub restorexcatdb
# restore the database
xCAT::
MsgUtils
->
message
(
"
I
",
"
Restoring the xC
at
Database with $::backupdir to PostgreSQL database.
\n
This could take several minutes.
"
"
Restoring the xC
AT
Database with $::backupdir to PostgreSQL database.
\n
This could take several minutes.
"
);
if
(
!
(
-
d
$
::
backupdir
))
{
# does not exist, error
...
...
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