#!/bin/bash
#
if [ $# == 0 ]
then
ssh nas sudo /usr/sbin/shutdown -P 5
else
ssh nas sudo /usr/sbin/shutdown -P $1
fi