make sure our library scripts are executable
This commit is contained in:
parent
58aba29d40
commit
9a0b818dfd
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ cd $SCRIPTDIR
|
|||
# Get the config paths
|
||||
source "$SCRIPTDIR/lib/paths.sh"
|
||||
|
||||
# Make sure all the scripts are executable
|
||||
chmod +x "$SCRIPTDIR/lib/*"
|
||||
|
||||
# Clear the screen
|
||||
clear
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue