Skip to content

Commit

Permalink
Update server_cleanup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
afiniel committed Dec 1, 2022
1 parent 76f819b commit 966cf3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yiimp_single/server_cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ sudo rm -r $STORAGE_ROOT/yiimp/yiimp_setup

# Fixing exbitron that make white screen and update main.php
cd $HOME/yiimp_install_script/yiimp_single/yiimp_confs
sudo rm -r /home/crypto-data/yiimp/site/web/yaamp/core/main.php
sudo rm -r /home/crypto-data/yiimp/site/web/yaamp/ui/main.php
sudo rm -r /home/crypto-data/yiimp/site/web/yaamp/core/trading/exbitron_trading.php

sudo cp main.php $STORAGE_ROOT/yiimp/site/web/yaamp/core/main.php
sudo cp exbitron_trading.php $STORAGE_ROOT/yiimp/site/web/yaamp/core/trading/exbitron_trading.php
sudo cp -r main.php /home/crypto-data/yiimp/site/web/yaamp/ui
sudo cp -r exbitron_trading.php /home/crypto-data/yiimp/site/web/yaamp/core/trading

cd $HOME/yiimp_install_script/yiimp_single

0 comments on commit 966cf3a

Please sign in to comment.