9 lines
134 B
Bash
Executable file
9 lines
134 B
Bash
Executable file
#!/bin/bash
|
|
|
|
. ./common.sh
|
|
|
|
./arch.sh active
|
|
./debian.sh active
|
|
|
|
echo "============ Updating SQL indices"
|
|
$PSQL -f update_indices.sql
|