From 18e876b17a371f17dd04051d0d9d90697f320604 Mon Sep 17 00:00:00 2001 From: Thomas LEBEAU Date: Fri, 13 Jun 2014 15:11:54 +0200 Subject: [PATCH] fix config bug --- conf/config.php | 2 +- scripts/install | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index ef9267d..6c4508b 100644 --- a/conf/config.php +++ b/conf/config.php @@ -29,7 +29,7 @@ define( 'YOURLS_DB_PREFIX', 'yourls_' ); /** YOURLS installation URL -- all lowercase and with no trailing slash. ** If you define it to "http://site.com", don't use "http://www.site.com" in your browser (and vice-versa) */ -define( 'YOURLS_SITE', 'http://yunodomain' ); +define( 'YOURLS_SITE', 'http://yunodomain/yourlspath' ); /** Timezone GMT offset */ define( 'YOURLS_HOURS_OFFSET', 0 ); diff --git a/scripts/install b/scripts/install index e080395..e7ae096 100644 --- a/scripts/install +++ b/scripts/install @@ -43,6 +43,7 @@ sudo sed -i "s/yunobase/$db_user/g" $final_path/user/config.php sudo sed -i "s/yunodomain/$domain/g" $final_path/user/config.php sudo sed -i "s/yourlsuser/$admin_user/g" $final_path/user/config.php sudo sed -i "s/yourlspass/$upload_password/g" $final_path/user/config.php +sudo sed -i "s/yourlspath/$path/g" $final_path/user/config.php # Set permissions