Remove debugging stuff

This commit is contained in:
David Holland 2020-05-23 17:01:38 +02:00
parent 0ebf0c6a13
commit 7a5ba5b099
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
1 changed files with 0 additions and 2 deletions

View File

@ -7,5 +7,3 @@ find . -path ./plugged -prune -o -type f -exec chmod 644 {} \;
echo 'Adapting permissions of "./.restore-permissions"'
chmod 755 ./.restore-permissions
find . -path ./plugged -prune -o -type f -exec ls -l {} \;