Skip to content

Commit

Permalink
changing execution permissions on a couple files
Browse files Browse the repository at this point in the history
  • Loading branch information
ekultek committed Apr 11, 2018
1 parent a5408c8 commit 7c3ca6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Vagrant/bootstrap/bootstrap.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash

echo "Yolosploit configurator 2.42"
sudo apt-get --yes update
Expand Down
2 changes: 1 addition & 1 deletion run_autosploit.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash


if [[ $# -lt 2 ]]; then
Expand Down

0 comments on commit 7c3ca6a

Please sign in to comment.