remove chmod for all scripts in lib
This commit is contained in:
parent
eb3d9986ac
commit
b848efafbf
1 changed files with 0 additions and 3 deletions
|
@ -7,9 +7,6 @@ cd "$SCRIPTDIR"
|
||||||
# Get the config paths
|
# Get the config paths
|
||||||
source "$SCRIPTDIR/lib/paths.sh"
|
source "$SCRIPTDIR/lib/paths.sh"
|
||||||
|
|
||||||
# Make sure all the scripts are executable
|
|
||||||
chmod +x "$SCRIPTDIR/lib/*"
|
|
||||||
|
|
||||||
# Get the CPU Vendor
|
# Get the CPU Vendor
|
||||||
CPU_VENDOR=$(cat /proc/cpuinfo | grep vendor | head -1 | cut -f 2 | cut -d " " -f 2)
|
CPU_VENDOR=$(cat /proc/cpuinfo | grep vendor | head -1 | cut -f 2 | cut -d " " -f 2)
|
||||||
CMDLINE="iommu=pt"
|
CMDLINE="iommu=pt"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue