mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
Fix bundle move
This commit is contained in:
parent
42ae837502
commit
fecd700bc3
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ sudo curl -L -o $final_path/rocket.chat-$ROCKETCHAT_VERSION.gtar "https://rocket
|
|||
sudo tar -xzf $final_path/rocket.chat-$ROCKETCHAT_VERSION.gtar -C $final_path
|
||||
sudo ls -lah $final_path
|
||||
sudo mv $final_path/bundle/** $final_path
|
||||
sudo mv $final_path/bundle/.node_version.txt $final_path
|
||||
|
||||
cd $final_path/programs/server/
|
||||
|
||||
|
|
Loading…
Reference in a new issue