about summary refs log tree commit diff stats
path: root/failed.sh
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-07-28 08:25:05 -0400
committerCharadon <dev@iotib.net>2022-07-28 08:25:05 -0400
commit6ec938cb04edde600e20e20980258b58231b7639 (patch)
tree3357b1923cd1c35536ffdb139dad9261c49519d6 /failed.sh
parent31e93d820bb2a4f875e50c73e605e910a1778eb7 (diff)
downloaddscip-6ec938cb04edde600e20e20980258b58231b7639.tar.gz
Fixed some bugs, and added a bit more consistency to the examples
Diffstat (limited to 'failed.sh')
-rwxr-xr-xfailed.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/failed.sh b/failed.sh
index 524f16c..e1e0f02 100755
--- a/failed.sh
+++ b/failed.sh
@@ -8,8 +8,8 @@ ftp -in <<EOF
 open 192.168.1.5
 mkdir $DSCIP_NAME
 cd $DSCIP_NAME
-mkdir $CURRENT_NAME
-cd $CURRENT_NAME
+mkdir $CURRENT_COMMIT
+cd $CURRENT_COMMIT
 mkdir $(uname)
 cd $(uname)
 put $WORKING_DIRECTORY/output.txt output-failed.txt