You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: functions/backup.bash
+4-7
Original file line number
Diff line number
Diff line change
@@ -6,22 +6,19 @@
6
6
##
7
7
backup_openhab_config() {
8
8
if! openhab_is_installed;then
9
-
echo"$(timestamp) [openHABian] openHAB is not installed! Canceling openHAB backup creation!"
9
+
echo"$(timestamp) [openHABian] openHAB is not installed! Canceling openHAB config backup creation!"
10
10
return 0
11
11
fi
12
12
13
13
local filePath
14
-
local introText="This will create a backup of your openHAB configuration using openHAB's builtin backup tool.\\n\\nWould you like to backup?"
14
+
local introText="This will create an export (a backup) of your openHAB configuration using openHAB's builtin openhab-cli tool.\\n\\nWould you like to proceed?"
0 commit comments