mirror of
https://github.com/HikariKnight/quickpassthrough.git
synced 2025-05-19 01:35:21 -04:00
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
|
# 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/*"
|
||||||
|
|
||||||
# Clear the screen
|
# Clear the screen
|
||||||
clear
|
clear
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue