Commit Graph

53 Commits

Author SHA1 Message Date
Asif Bacchus
5c0695a3e6 If no root permissions, exit and display error on console, no logging. 2018-09-30 19:49:56 -06:00
Asif Bacchus
f1b4f69029 Removed all intra-script warning logging. Let 'quit' handle it. 2018-09-30 19:40:17 -06:00
Asif Bacchus
ddf9544239 Quit: Changed warnings and errors to single-line for cleaner filtering. 2018-09-30 19:37:26 -06:00
Asif Bacchus
6ec2444891 Formatting: replaced cyan with lightcyan 2018-09-30 19:30:22 -06:00
Asif Bacchus
008a941674 Formatting: replaced bold yellow with lightyellow 2018-09-30 19:29:02 -06:00
Asif Bacchus
59ef92155f Tested and debugged cleanup 2018-09-20 00:46:10 -06:00
Asif Bacchus
44a67156a3 Changed 503 file name variable 2018-09-20 00:22:40 -06:00
Asif Bacchus
169219bd91 Added cleanup function 2018-09-20 00:19:59 -06:00
Asif Bacchus
a4894e39f2 Added ncMaint function 2018-09-20 00:04:10 -06:00
Asif Bacchus
a7e410970d Added NC maint error code 100 2018-09-19 23:53:10 -06:00
Asif Bacchus
1e57ea1d15 Added NC maint section 2018-09-19 23:50:33 -06:00
Asif Bacchus
9dbc610c24 Tested and debugged 503 section 2018-09-19 23:43:12 -06:00
Asif Bacchus
99f69d5b9b Updated checkExist function to remove extraneous notifications 2018-09-19 23:35:27 -06:00
Asif Bacchus
bc90ed3cd3 Updated warn503 formatting 2018-09-19 23:32:54 -06:00
Asif Bacchus
83a342fc58 Updated formatting for yellow and light yellow 2018-09-19 23:31:41 -06:00
Asif Bacchus
4260f62f9e Fixed listing of warning codes in quit function 2018-09-19 23:28:21 -06:00
Asif Bacchus
26b687f92b Added call to quit function at end of script 2018-09-19 23:23:44 -06:00
Asif Bacchus
ebb56aa098 Added warning report section to quit function 2018-09-19 23:22:57 -06:00
Asif Bacchus
83442bc6fb Removed normal and verbose logging.
Replaced verbose warnings in 503 section with codes.
2018-09-19 23:09:00 -06:00
Asif Bacchus
5ff7a43870 Removed manadatory parameter check -- no mandatory parameters (yet?) 2018-09-19 22:58:44 -06:00
Asif Bacchus
0349e1e0c9 Added expanded 503 error warning to normal and verbose logs 2018-09-19 22:54:53 -06:00
Asif Bacchus
b0cfd1c1e7 Updated variable name from 503Location to location503 2018-09-19 22:48:00 -06:00
Asif Bacchus
afe0440020 Cleaned up 503 section by using warningExplain array 2018-09-19 22:43:27 -06:00
Asif Bacchus
aad6b7876f Added warning explanation variables 2018-09-19 22:24:24 -06:00
Asif Bacchus
9841631734 Added webroot parameter and variable 2018-09-19 22:14:19 -06:00
Asif Bacchus
45c5560bd9 Added 503 copy section 2018-09-19 22:13:19 -06:00
Asif Bacchus
90772f07a9 Added 503 error page check 2018-09-19 21:53:34 -06:00
Asif Bacchus
01b33933a8 Added warning counter variable for exit notification 2018-09-19 21:48:18 -06:00
Asif Bacchus
87ab180b06 Updated comment explaining scriptHelp exit code 2018-09-19 17:11:48 -06:00
Asif Bacchus
a00e6ee364 Updated formatting of checkExist output 2018-09-19 17:11:11 -06:00
Asif Bacchus
98e901eb11 Generate sqlDumpFile name 2018-09-19 17:08:52 -06:00
Asif Bacchus
0316a01975 changed unused logFile vars to /dev/null to avoid 'ambiguous redirect' 2018-09-19 17:02:10 -06:00
Asif Bacchus
92672acc7d Create temp dir for SQLdump 2018-09-19 17:01:02 -06:00
Asif Bacchus
de327e663b Check for mandatory sqlDumpDir parameter 2018-09-19 16:50:32 -06:00
Asif Bacchus
5d33f5877e Created checkExist function for files and directories 2018-09-19 16:45:37 -06:00
Asif Bacchus
8d50f424c6 export logFile variable 2018-09-19 16:31:52 -06:00
Asif Bacchus
fd3c7df9a9 Setup logging verbosity 2018-09-19 16:30:18 -06:00
Asif Bacchus
82496e238a Changed root check failure to logged exit with code 2 2018-09-19 16:09:27 -06:00
Asif Bacchus
af70cb2e2f Added root check and updated exit codes 2018-09-19 16:04:59 -06:00
Asif Bacchus
8914c7e64a Log script operations start 2018-09-19 16:00:38 -06:00
Asif Bacchus
74a514feb8 Removed scriptHelp error code exit and removed error code 1 2018-09-19 15:57:06 -06:00
Asif Bacchus
3581fd3bb5 Added error code 1 2018-09-19 15:51:38 -06:00
Asif Bacchus
dee81f261e Redirect quit messages to logFile 2018-09-19 15:50:50 -06:00
Asif Bacchus
51b550195c scriptHelp exits by passing error code if provided 2018-09-19 15:49:45 -06:00
Asif Bacchus
dadb83cff8 Exit with error code on parameter errors 2018-09-19 15:48:53 -06:00
Asif Bacchus
458a7d16e4 Initialize parameters 2018-09-19 15:45:59 -06:00
Asif Bacchus
71f7644175 Show scriptHelp if no parameters given. Redirect unknown parameters. 2018-09-19 15:44:32 -06:00
Asif Bacchus
8be32fc01d Trap for unrecognized parameters 2018-09-19 15:41:44 -06:00
Asif Bacchus
9d0989f9a9 scriptHelp exits with code 98 and NO logging 2018-09-19 15:38:19 -06:00
Asif Bacchus
4eee202c5e Added quit function 2018-09-19 15:36:57 -06:00