summarylogtreecommitdiffstats
path: root/btcpayserver.install
diff options
context:
space:
mode:
authorMatheus2022-11-14 13:46:14 +0100
committerMatheus2022-11-14 13:46:14 +0100
commit9f9194608c2111caa7a1a2f32b78622c909b08ce (patch)
tree6942cd074fae6439192fb63075ea16c3f6c31b20 /btcpayserver.install
parent08a899fff2440fc236dbc2dac6b0b3f96ab14498 (diff)
downloadaur-9f9194608c2111caa7a1a2f32b78622c909b08ce.tar.gz
Update.
Diffstat (limited to 'btcpayserver.install')
-rwxr-xr-xbtcpayserver.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/btcpayserver.install b/btcpayserver.install
index 85022f12d01b..cb5b2c95bfcb 100755
--- a/btcpayserver.install
+++ b/btcpayserver.install
@@ -3,8 +3,8 @@
# Variables
## Colours
-clear_colour="\033[0m"
-green="\033[0;32m"
+declare -r clear_colour="\033[0m"
+declare -r green="\033[0;32m"
post_install()
{