Skip to content

Commit f6493d9

Browse files
authored
Create dbup
1 parent 56f9dab commit f6493d9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dbup

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
if [ $# -lt 1 ]
2+
then
3+
echo ERR - provide db_unique_name as argument
4+
exit 1
5+
fi
6+
7+
srvctl start database -d $1

0 commit comments

Comments
 (0)