Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Revert "bash is a mystery"
· bcf8ffa4
Holger Levsen
authored
Aug 29, 2019
This reverts commit
6aaca493
.
bcf8ffa4
improve comment formatting
· b72f41af
Holger Levsen
authored
Aug 29, 2019
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
b72f41af
Hide whitespace changes
Inline
Side-by-side
update_jdn.sh
View file @
b72f41af
...
...
@@ -26,7 +26,7 @@
set
-e
# prevent failure on first run...
[
!
-f
/srv/jenkins/bin/common-functions.sh
]
||
source
/srv/jenkins/bin/common-functions.sh
[
!
-f
/srv/jenkins/bin/common-functions.sh
]
||
.
/srv/jenkins/bin/common-functions.sh
BASEDIR
=
"
$(
dirname
"
$(
readlink
-e
$0
)
"
)
"
STAMP
=
/var/log/jenkins/update-jenkins.stamp
...
...