Skip to content

Commit

Permalink
Changed var/www to var/www/html
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefCYTECH committed Aug 2, 2021
1 parent 688c47f commit 717fbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 717fbf9

Please sign in to comment.