We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76c0ec commit 62a425eCopy full SHA for 62a425e
01-stage.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-BASE_DIR=$(readlink -f $0 | xargs dirname)
+BASE_DIR=$(readlink -f -- "$0" | xargs dirname)
4
5
if [ -d 'dockerfiles' ]; then
6
rm -rf dockerfiles;
@@ -17,4 +17,4 @@ echo "##### Staging RPM #####"
17
cd dockerfiles/18.4.0 && curl --progress-bar -O file://$BASE_DIR/files/oracle-database-xe-18c-1.0-1.x86_64.rpm
18
19
cd $BASE_DIR
20
-echo "##### Done #####"
+echo "##### Done #####"
0 commit comments