Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Hostname to Message #2

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

highTowerSU
Copy link

No description provided.

Copy link
Owner

@fire1ce fire1ce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change the source as it should be.

@@ -16,7 +17,7 @@ This can be accomplished with a boot script. Flow this guide: [UDM / UDMPro Boot
## Installation

```bash
curl -s https://raw.githubusercontent.com/fire1ce/UDM-Failover-Telegram-Notifications/main/install.sh | sh
curl -s https://raw.githubusercontent.com/highTowerSU/UDM-Failover-Telegram-Notifications/main/install.sh | sh
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you know that's no how it works...

@@ -24,12 +24,12 @@ mkdir $DATA_DIR/UDMP-Failover-Telegram-Notifications
on_boot_script="$DATA_DIR/on_boot.d/99-failover-telegram-notifications.sh"
failover_notifications_script="$DATA_DIR/UDMP-Failover-Telegram-Notifications/failover-notifications.sh"

curl -sO https://raw.githubusercontent.com/fire1ce/UDM-Failover-Telegram-Notifications/main/99-failover-telegram-notifications.sh
curl -sO https://raw.githubusercontent.com/highTowerSU/UDM-Failover-Telegram-Notifications/main/99-failover-telegram-notifications.sh
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you know that's no how it works...

mv 99-failover-telegram-notifications.sh $on_boot_script
chmod +x $on_boot_script
echo "==> $on_boot_script installed"

curl -sO https://raw.githubusercontent.com/fire1ce/UDM-Failover-Telegram-Notifications/main/failover-notifications.sh
curl -sO https://raw.githubusercontent.com/highTowerSU/UDM-Failover-Telegram-Notifications/main/failover-notifications.sh
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you know that's no how it works...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants