diff options
author | Charadon <dev@iotib.net> | 2022-07-28 08:25:05 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-07-28 08:25:05 -0400 |
commit | 6ec938cb04edde600e20e20980258b58231b7639 (patch) | |
tree | 3357b1923cd1c35536ffdb139dad9261c49519d6 /failed.sh | |
parent | 31e93d820bb2a4f875e50c73e605e910a1778eb7 (diff) | |
download | dscip-6ec938cb04edde600e20e20980258b58231b7639.tar.gz |
Fixed some bugs, and added a bit more consistency to the examples
Diffstat (limited to 'failed.sh')
-rwxr-xr-x | failed.sh | 4 |
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 |