We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9331c commit 6dbfcdfCopy full SHA for 6dbfcdf
bin/v-change-user-theme
@@ -1,8 +1,9 @@
1
#!/bin/bash
2
-# info: updates user role
3
-# options: USER ROLE
+# info: updates user theme
+# options: USER THEME
4
#
5
-# example: v-change-user-theme user theme
+# example: v-change-user-theme admin dark
6
+# example: v-change-user-theme peter vestia
7
8
# Changes web UI display theme for specified user.
9
bin/v-purge-nginx-cache
@@ -1,6 +1,6 @@
# info: Purge nginx cache
-# options: USER DOMAINå
+# options: USER DOMAIN
# example: v-purge-nginx-cache user domain.tld
0 commit comments