mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
Update install
This commit is contained in:
parent
74df4200c5
commit
ad4eb05bf0
1 changed files with 2 additions and 2 deletions
|
@ -129,9 +129,9 @@ ynh_script_progression --message="Setting up source files..."
|
|||
if [ $(uname -m) == "armv7l" ]
|
||||
then
|
||||
# prepare openjdk8 installation
|
||||
if [ -d "/tmp/jitsi-install/" ]
|
||||
if [ -d "/tmp/jitsi-install" ]
|
||||
then
|
||||
rm -rf /tmp/jitsi-install/
|
||||
rm -rf /tmp/jitsi-install
|
||||
fi
|
||||
|
||||
mkdir /tmp/jitsi-install/
|
||||
|
|
Loading…
Add table
Reference in a new issue