summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/rc.shutdown')
-rwxr-xr-xsrc/etc/rc.shutdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/rc.shutdown b/src/etc/rc.shutdown
index dec0267..0c4962a 100755
--- a/src/etc/rc.shutdown
+++ b/src/etc/rc.shutdown
@@ -33,6 +33,7 @@ DISK_NAME=`/bin/df /var/db/rrd | /usr/bin/tail -1 | /usr/bin/awk '{print $1;}'`
DISK_TYPE=`/usr/bin/basename ${DISK_NAME} | /usr/bin/cut -c1-2`
# If we are not on a full install, or if the full install wants RAM disks, or if the full install _was_ using RAM disks, but isn't for the next boot...
if [ "${PLATFORM}" != "${product}" ] || [ "${USE_MFS_TMPVAR}" = "true" ] || [ "${DISK_TYPE}" = "md" ]; then
+ /etc/rc.backup_aliastables.sh
/etc/rc.backup_rrd.sh
/etc/rc.backup_dhcpleases.sh
fi
OpenPOWER on IntegriCloud