Skip to content

Commit

Permalink
line 239 of file server_cleanup.sh:
Browse files Browse the repository at this point in the history
  • Loading branch information
afiniel committed Jan 28, 2025
1 parent 1605bd0 commit d6dddcc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion daemon_builder/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
################################################################################

if [ -z "${TAG}" ]; then
TAG=v2.3.4
TAG=v2.3.5
fi

clear
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#########################################################

# Default version tag if not provided as environment variable
TAG=${TAG:-v2.3.4}
TAG=${TAG:-v2.3.5}

# File paths
YIIMPOOL_VERSION_FILE="/etc/yiimpoolversion.conf"
Expand Down
2 changes: 1 addition & 1 deletion ver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#########################################################

if [ -z "${TAG}" ]; then
TAG=v2.3.4
TAG=v2.3.5
fi

echo 'VERSION='"${TAG}"'' | sudo -E tee /etc/yiimpoolversion.conf >/dev/null 2>&1
4 changes: 2 additions & 2 deletions yiimp_single/server_cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ sudo rm -r $STORAGE_ROOT/yiimp/yiimp_setup
# Fixing exbitron that make white screen and update main.php
cd $HOME/Yiimpoolv1/yiimp_single/yiimp_confs
sudo rm -r /home/crypto-data/yiimp/site/web/yaamp/ui/main.php
sudo rm -r /home/crypto-data/yiimp/site/web/yaamp/modules/site/coin_form.php
sudo rm -r /home/crypto-data/yiimp/site/web/yaamp/modules/admin/coin_form.php

sudo cp -r main.php /home/crypto-data/yiimp/site/web/yaamp/ui
sudo cp -r coin_form.php /home/crypto-data/yiimp/site/web/yaamp/modules/site
sudo cp -r coin_form.php /home/crypto-data/yiimp/site/web/yaamp/modules/admin

cd $HOME/Yiimpoolv1/yiimp_single

0 comments on commit d6dddcc

Please sign in to comment.