Skip to content

Commit

Permalink
Fix white AdminPage
Browse files Browse the repository at this point in the history
  • Loading branch information
afiniel committed Dec 1, 2022
1 parent 4f8998c commit 11e7a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yiimp_single/web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ echo -e "$MAGENTA <--------------------------------------------------->$COL_R
echo -e "$CYAN => Building web file structure and copying files <= $COL_RESET"

cd $STORAGE_ROOT/yiimp/yiimp_setup/yiimp
sudo sed -i 's/AdminRights/'${AdminPanel}'/' $STORAGE_ROOT/yiimp/yiimp_setup/yiimp/web/yaamp/modules/site/SiteController.php
sudo sed -i 's/myadmin/'${AdminPanel}'/' $STORAGE_ROOT/yiimp/yiimp_setup/yiimp/web/yaamp/modules/site/SiteController.php
sudo cp -r $STORAGE_ROOT/yiimp/yiimp_setup/yiimp/web $STORAGE_ROOT/yiimp/site/
cd $STORAGE_ROOT/yiimp/yiimp_setup/
sudo cp -r $STORAGE_ROOT/yiimp/yiimp_setup/yiimp/bin/. /bin/
Expand Down Expand Up @@ -113,6 +113,6 @@ sudo rm -r /home/crypto-data/yiimp/site/web/yaamp/core/trading/exbitron_trading.
sudo rm -r /home/crypto-data/yiimp/site/web/yaamp/ui/main.php
cd $HOME/yiimp_install_script/yiimp_single/yiimp_confs
cp -r exbitron_trading.php /home/crypto-data/yiimp/site/web/yaamp/core/trading
cp -r main.php /home/crypto-data/yiimp/site/web/yaamp/ui
cp -r main.php /home/crypto-data/yiimp/site/web/yaamp/ui/

cd $HOME/yiimp_install_script/yiimp_single

0 comments on commit 11e7a06

Please sign in to comment.