File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,12 +115,12 @@ GOTO :done
115
115
116
116
:onbattery
117
117
%POPUP% " Power failure. Running on UPS batteries."
118
- powershell.exe -Command " .\Send-TelegramNotification.ps1 -Message 'Power failure. Running on UPS batteries. %F0% 9F%9 4 %8 B'"
118
+ powershell.exe -Command " .\Send-TelegramNotification.ps1 -Message 'Power failure. Running on UPS batteries. %% F0%% 9F%% 94 % % 8B'"
119
119
GOTO :done
120
120
121
121
:offbattery
122
122
%POPUP% " Power has returned. No longer running on UPS batteries."
123
- powershell.exe -Command " .\Send-TelegramNotification.ps1 -Message 'Power has returned. No longer running on UPS batteries. %F0% 9F%9 4 %8 C'"
123
+ powershell.exe -Command " .\Send-TelegramNotification.ps1 -Message 'Power has returned. No longer running on UPS batteries. %% F0%% 9F%% 94 % % 8C'"
124
124
GOTO :done
125
125
126
126
:mainsback
207
207
GOTO :done
208
208
209
209
:done
210
- rem That's all, folks
210
+ rem That's all, folks
You can’t perform that action at this time.
0 commit comments