mirror of
https://github.com/YunoHost-Apps/phpsysinfo_ynh.git
synced 2024-09-03 19:56:43 +02:00
Bug fix
This commit is contained in:
parent
fe5b10d450
commit
0de1b80a3f
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ sudo wget https://github.com/phpsysinfo/phpsysinfo/archive/v$version.tar.gz -O /
|
||||||
sudo tar -xvf /tmp/phpsysinfo.tar.gz -C /tmp/
|
sudo tar -xvf /tmp/phpsysinfo.tar.gz -C /tmp/
|
||||||
final_path=/var/www/$app
|
final_path=/var/www/$app
|
||||||
sudo mkdir -p $final_path
|
sudo mkdir -p $final_path
|
||||||
sudo cp /tmp/phpsysinfo-$version/. $final_path
|
sudo cp -a /tmp/phpsysinfo-$version/. $final_path
|
||||||
|
|
||||||
# Modify Phpsysinfo configuration and copy it
|
# Modify Phpsysinfo configuration and copy it
|
||||||
sed -i "s@YNH_DEFAULT_LANGUAGE@$language@g" ../conf/phpsysinfo.ini
|
sed -i "s@YNH_DEFAULT_LANGUAGE@$language@g" ../conf/phpsysinfo.ini
|
||||||
|
|
Loading…
Add table
Reference in a new issue