sequpgrade - fix some variable rename regex statements
This commit is contained in:
@@ -211,7 +211,7 @@ step_16_info() {
|
||||
step_16_alias() { echo "listuser"; }
|
||||
step_16() {
|
||||
adminTokenCheck
|
||||
endReturn -o $? "Admin token needed. Check $SEQ_CONFIG_FILE"
|
||||
endReturn -o $? "Admin token needed. Check $seq_configFile"
|
||||
|
||||
shift
|
||||
local synapseIP=localhost
|
||||
@@ -280,7 +280,7 @@ step_22_info() {
|
||||
step_22_alias() { echo "listrooms"; }
|
||||
step_22() {
|
||||
adminTokenCheck
|
||||
endReturn -o $? "Admin token needed. Check $SEQ_CONFIG_FILE"
|
||||
endReturn -o $? "Admin token needed. Check $seq_configFile"
|
||||
|
||||
shift
|
||||
local arg
|
||||
@@ -316,7 +316,7 @@ step_24_info() {
|
||||
step_24_alias() { echo "listmember"; }
|
||||
step_24() {
|
||||
adminTokenCheck
|
||||
endReturn -o $? "Admin token needed. Check $SEQ_CONFIG_FILE"
|
||||
endReturn -o $? "Admin token needed. Check $seq_configFile"
|
||||
|
||||
shift
|
||||
local roomId=""
|
||||
@@ -356,7 +356,7 @@ step_26_info() {
|
||||
step_26_alias() { echo "purge"; }
|
||||
step_26() {
|
||||
adminTokenCheck
|
||||
endReturn -o $? "Admin token needed. Check $SEQ_CONFIG_FILE"
|
||||
endReturn -o $? "Admin token needed. Check $seq_configFile"
|
||||
|
||||
shift
|
||||
local i
|
||||
@@ -387,7 +387,7 @@ step_28_info() {
|
||||
step_28_alias() { echo "deleteroom"; }
|
||||
step_28() {
|
||||
adminTokenCheck
|
||||
endReturn -o $? "Admin token needed. Check $SEQ_CONFIG_FILE"
|
||||
endReturn -o $? "Admin token needed. Check $seq_configFile"
|
||||
|
||||
shift
|
||||
local roomId=""
|
||||
@@ -514,7 +514,7 @@ step_56() {
|
||||
echo " [I] Transfer both backup files to target server"
|
||||
echo
|
||||
echo " [I] Install $toolName on the target server up to step \"virtualenv\""
|
||||
echo " (Stop after first run and edit $SEQ_CONFIG_FILE)"
|
||||
echo " (Stop after first run and edit $seq_configFile)"
|
||||
echo " ./matrix.sh install"
|
||||
echo " cd ${MATRIX_HOME}"
|
||||
echo " tar xf ...synapse_bu.tar.gz"
|
||||
|
Reference in New Issue
Block a user