fix typo in shell name

master
Mr. Robot 2020-01-07 23:42:52 +01:00 committed by Andrea Cardaci
parent 70eca64eb2
commit 4c3636900c
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ functions:
file-write:
- code: |
export LFILE=file_to_write
ash -c 'echo DATA > $LFILE'
dash -c 'echo DATA > $LFILE'
suid:
- code: ./dash -p
sudo: