make sure our library scripts are executable

This commit is contained in:
HikariKnight 2022-02-27 19:56:27 +01:00
parent 58aba29d40
commit 9a0b818dfd
No known key found for this signature in database
GPG key ID: E8B239063B022F5A

View file

@ -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