mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-14 17:39:10 +00:00
fixing root containers
This commit is contained in:
@@ -237,7 +237,6 @@ if [[ $SKIP_STORAGE -eq 0 ]]; then
|
||||
if [[ -d "$LOCAL_MODULES_DIR" ]]; then
|
||||
echo "⋅ Syncing module staging to remote"
|
||||
run_ssh "rm -rf '$REMOTE_STORAGE/modules' && mkdir -p '$REMOTE_STORAGE/modules'"
|
||||
local modules_tar
|
||||
modules_tar=$(mktemp)
|
||||
tar -cf "$modules_tar" -C "$LOCAL_MODULES_DIR" .
|
||||
run_scp "$modules_tar" "$USER@$HOST:/tmp/acore-modules.tar"
|
||||
|
||||
Reference in New Issue
Block a user