This website works better with JavaScript.
Home
Explore
Help
Sign In
WP6
/
expub_compendium
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
more error handling in database_functions.sh
joel
Simon Bowie
2 years ago
parent
31b35bfa03
commit
89e31e5998
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
database_functions.sh
+ 1
- 1
database_functions.sh
View File
@@ -106,7 +106,7 @@ while getopts ":hleicv" flag; do
CSV_table_import
exit;;
\?) # Invalid option
e
cho "Error: Inva
l
id o
p
tion"
H
elp
exit;;
esac
done
Write
Preview
Loading…
Cancel
Save