code moved to mines
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
#!/bin/bash
|
||||
# #!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
# set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="/mnt/shared/DEV/repos/d-popov.com/scripts/MINE/rin/web_wallet"
|
||||
# SCRIPT_DIR="/mnt/shared/DEV/repos/d-popov.com/scripts/MINE/rin/web_wallet"
|
||||
|
||||
if ! command -v python3 >/dev/null 2>&1; then
|
||||
echo "python3 is required"
|
||||
exit 1
|
||||
fi
|
||||
# if ! command -v python3 >/dev/null 2>&1; then
|
||||
# echo "python3 is required"
|
||||
# exit 1
|
||||
# fi
|
||||
|
||||
python3 "${SCRIPT_DIR}/server.py"
|
||||
# python3 "${SCRIPT_DIR}/server.py"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user