10 lines
154 B
Bash
Executable file
10 lines
154 B
Bash
Executable file
#!/bin/bash
|
|
|
|
. ./common.sh
|
|
|
|
./arch.sh
|
|
./deb.sh ubuntu_active
|
|
./deb.sh debian_active
|
|
echo "============ Updating SQL indices"
|
|
$PSQL -f update_indices.sql
|
|
|