mirror of
https://github.com/YunoHost-Apps/cops_ynh.git
synced 2024-09-03 18:25:57 +02:00
Correction of typo in upgrade script
This commit is contained in:
parent
abd7755ea2
commit
8444404ed6
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ sudo md5sum -c ../sources/source_md5 --status || (echo "Corrupt source" >&2 && f
|
|||
sudo unzip ${cops_file} -d $final_path
|
||||
|
||||
# Site adjustments
|
||||
sed -i "s@CALIBRETOCHANGE@$calibrepath@g" ../conf/config_local.php
|
||||
sed -i "s@CALIBRETOCHANGE@$calibre@g" ../conf/config_local.php
|
||||
timezone=`sudo cat /etc/timezone`;
|
||||
sed -i "s@TIMEZONETOCHANGE@$timezone@g" ../conf/config_local.php
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue