Skip to content

Commit 7c3ca6a

Browse files
author
ekultek
committed
changing execution permissions on a couple files
1 parent a5408c8 commit 7c3ca6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Vagrant/bootstrap/bootstrap.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22

33
echo "Yolosploit configurator 2.42"
44
sudo apt-get --yes update

run_autosploit.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22

33

44
if [[ $# -lt 2 ]]; then

0 commit comments

Comments
 (0)