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:
parent
d4e2b441e3
commit
5bcc695368
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user