mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
Fixes deploy routine
This commit is contained in:
parent
d7a261203d
commit
947cbb6542
1 changed files with 4 additions and 2 deletions
|
@ -64,8 +64,10 @@ pkgdir=$(pwd)
|
|||
|
||||
# download and extract rocketchat
|
||||
sudo curl -L -o $final_path/rocket.chat-$ROCKETCHAT_VERSION.gtar "https://rocket.chat/releases/$ROCKETCHAT_VERSION/download"
|
||||
cd $final_path && sudo tar -xzf $final_path/rocket.chat-$ROCKETCHAT_VERSION.gtar
|
||||
cd $final_path && sudo rm -r PaxHeader && mv bundle/** .
|
||||
sudo tar -xzf $final_path/rocket.chat-$ROCKETCHAT_VERSION.gtar -C $final_path
|
||||
sudo rm -r $final_path/PaxHeader
|
||||
sudo mv $final_path/bundle/** $final_path
|
||||
sudo rm -r $final_path/bundle
|
||||
|
||||
cd $final_path/programs/server/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue