Skip to content

Commit a7ed4c8

Browse files
committed
Add changelog for demo mode and fix v-delete-user-notification check.
1 parent 472b606 commit a7ed4c8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
## [CURRENT] - Development
55
### Features
6-
-
6+
- Add read only/demo mode function if DEMO_MODE is set to yes in hestia.conf
77

88
### Bugfixes
99
-

bin/v-delete-user-notification

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ check_args '2' "$#" 'USER NOTIFICATION'
2626
is_format_valid 'user' 'nid'
2727
is_object_valid 'user' 'USER' "$user"
2828

29+
# Perform verification if read-only mode is enabled
30+
check_hestia_demo_mode
31+
2932

3033
#----------------------------------------------------------#
3134
# Action #

0 commit comments

Comments
 (0)