Update T1098.004.yaml

This commit is contained in:
Hare Sudhan Muthusamy
2020-10-07 14:00:26 -06:00
committed by GitHub
parent 995466a0e3
commit a690c4ca58
+1 -1
View File
@@ -11,7 +11,7 @@ atomic_tests:
- macos
- linux
executor:
name: sh
name: bash
elevation_required: false
command: |
if [ -f ~/.ssh/authorized_keys ]; then ssh_authorized_keys=$(cat ~/.ssh/authorized_keys); echo $ssh_authorized_keys > ~/.ssh/authorized_keys; fi;