From 717fbf949611e02a97bb3d72e1422777034a3fce Mon Sep 17 00:00:00 2001 From: Youssef Date: Mon, 2 Aug 2021 18:46:26 +0200 Subject: [PATCH] Changed var/www to var/www/html --- add_repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add_repo.sh b/add_repo.sh index c9408ba..5b6cea6 100644 --- a/add_repo.sh +++ b/add_repo.sh @@ -7,7 +7,7 @@ cogs_folder="$ur_bot_dir/bot/cogs" repo="$tmp/$1" src="$repo/src" a2=/etc/apache2 -www=/var/www +www=/var/www/html # checks repo name has been supplied if [ -z ${1+x} ]; then