mirror of
https://github.com/CerberusV1/minecraft_deploy.git
synced 2026-01-13 03:23:42 +01:00
maybe i should write this in an env
This commit is contained in:
10
deploy.sh
10
deploy.sh
@@ -183,11 +183,11 @@ chmod 600 $management_dir/.env
|
||||
echo "# General Information"
|
||||
echo "server_name=${version}" >> .env
|
||||
echo "version=${name}" >> .env
|
||||
echo " "
|
||||
echo "# Paths"
|
||||
echo "main=${working_dir}"
|
||||
echo "server=${server_dir}"
|
||||
echo "management=${management_dir}"
|
||||
echo " " >> .env
|
||||
echo "# Paths" >> .env
|
||||
echo "main=${working_dir}" >> .env
|
||||
echo "server=${server_dir}" >> .env
|
||||
echo "management=${management_dir}" >> .env
|
||||
|
||||
|
||||
# --------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user