1
0
mirror of https://github.com/nileane/TangerineUI-for-Mastodon synced 2024-11-27 06:18:09 +09:00

Move variables to the top of the file

This commit is contained in:
Niléane 2024-10-19 22:36:52 +02:00
parent d4e2b441e3
commit 5bcc695368
No known key found for this signature in database

View File

@ -16,13 +16,11 @@
#
# /!\ This script is not suitable for Glitch-soc instances.
set -e
# Set the Tangerine UI and Mastodon paths
TANGERINEUI="/home/mastodon/TangerineUI"
MASTODON="/home/mastodon/live"
set -e
# Confirm paths
confirm_path() {
local path="$1"