mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-13 02:24:27 +05:00
fix: status message
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
check_for_backup_dir(){
|
check_for_backup_dir(){
|
||||||
if [ ! -d $BACKUP_DIR ]; then
|
if [ ! -d $BACKUP_DIR ]; then
|
||||||
status_msg "Create backup directory ..."
|
status_msg "Create KIAUH backup directory ..."
|
||||||
mkdir -p $BACKUP_DIR && ok_msg "Directory created!"
|
mkdir -p $BACKUP_DIR && ok_msg "Directory created!"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user