Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
bb9bd869
Commit
bb9bd869
authored
Feb 21, 2017
by
Thanassis Tsiodras
Browse files
Only execute the init.d-like scripts
parent
35732d38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Update-TASTE.sh
View file @
bb9bd869
...
...
@@ -3,6 +3,6 @@ git pull || exit 1
git submodule init
||
exit
1
git submodule update
||
exit
1
DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
for
INSTALL_SCRIPT
in
install
/
*
;
do
for
INSTALL_SCRIPT
in
install
/
[0-9]
*
sh
;
do
${
INSTALL_SCRIPT
}
||
{
echo
Failed
in
execution of
"
${
INSTALL_SCRIPT
}
"
;
exit
1
;
}
done
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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