Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
DevEnv
Devenv
Commits
6b22ac7d
Verified
Commit
6b22ac7d
authored
Aug 23, 2019
by
Josh Grancell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added file validation for OSX
parent
f5eb1051
Pipeline
#78006950
passed with stages
in 9 minutes and 29 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
bin/devenv
bin/devenv
+3
-1
bin/devenv.sha256
bin/devenv.sha256
+1
-1
src/diagnostics.sh
src/diagnostics.sh
+3
-1
No files found.
bin/devenv
View file @
6b22ac7d
...
...
@@ -36,7 +36,9 @@ function delete_application() {
function
diagnostics
()
{
source
/etc/os-release
if
[[
-f
"/etc/os-release"
]]
;
then
source
/etc/os-release
fi
echo
"Devenv Diagnostic Testing"
echo
""
...
...
bin/devenv.sha256
View file @
6b22ac7d
f75fc8669a73b84d4f855301abf541645e8814ea570600ec09f03bc5a88a092d
/home/jgrancell/Projects/cleaned/devenv/devenv-app/bin/devenv
4b7a9265c3a51780fb007a29d1304540ce623819967858dbe752fd83b33f5682
/home/jgrancell/Projects/cleaned/devenv/devenv-app/bin/devenv
src/diagnostics.sh
View file @
6b22ac7d
...
...
@@ -9,7 +9,9 @@
# --------------------------------------------------
function
diagnostics
()
{
source
/etc/os-release
if
[[
-f
"/etc/os-release"
]]
;
then
source
/etc/os-release
fi
echo
"Devenv Diagnostic Testing"
echo
""
...
...
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