Update format.

This commit is contained in:
samson 2018-12-06 05:01:42 +08:00
parent 0e146384de
commit e720cc891e
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ apply () {
elif [ $FNRET = 1 ]; then
crit "$PARTITION is not a partition, correct this by yourself, I cannot help you here"
elif [ $FNRET = 2 ]; then
warn "mounting $PARTITION"
warn "mounting $PARTITION"
mount $PARTITION
elif [ $FNRET = 3 ]; then
$SUDO_CMD systemctl daemon-reload