Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f9dab commit f6493d9Copy full SHA for f6493d9
dbup
@@ -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