mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
fix config bug
This commit is contained in:
parent
88ae3c1d01
commit
18e876b17a
2 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,7 @@ define( 'YOURLS_DB_PREFIX', 'yourls_' );
|
||||||
|
|
||||||
/** YOURLS installation URL -- all lowercase and with no trailing slash.
|
/** 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) */
|
** 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 */
|
/** Timezone GMT offset */
|
||||||
define( 'YOURLS_HOURS_OFFSET', 0 );
|
define( 'YOURLS_HOURS_OFFSET', 0 );
|
||||||
|
|
|
@ -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/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/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/yourlspass/$upload_password/g" $final_path/user/config.php
|
||||||
|
sudo sed -i "s/yourlspath/$path/g" $final_path/user/config.php
|
||||||
|
|
||||||
|
|
||||||
# Set permissions
|
# Set permissions
|
||||||
|
|
Loading…
Reference in a new issue