We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c986adc commit 756c08eCopy full SHA for 756c08e
start.sh
@@ -17,7 +17,7 @@ exit_trap () {
17
retry_script () {
18
echo "Retrying git clone operation..."
19
cd ../
20
- rm -rf "$CLONE_DIR"
+ rm -rf $CLONE_DIR
21
export IS_RETRY=true
22
echo "Re-executing script with arguments: $@"
23
$0 "$@"
0 commit comments