REUSE more work on bin and view directories

This commit is contained in:
Tobias Diekershoff 2024-08-25 08:45:08 +02:00
parent 19993bea31
commit 5af3b9dedd
42 changed files with 242 additions and 8 deletions

View file

@ -1,5 +1,9 @@
#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2010-2024 the Friendica project
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# Run this as sudo!
# I move this file to /usr/local/bin/vhost and run command 'vhost' from anywhere, using sudo.
@ -174,4 +178,4 @@ else
# Enable Site
cd /etc/apache2/sites-available/ && a2ensite ${ServerName}.conf
service apache2 reload
fi
fi