Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
topframe committed Dec 11, 2024
1 parent 25d3429 commit aa01e07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/bin/daemon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ version() {
"$JAVA_BIN" \
-classpath "$CLASSPATH" \
-Dlogback.configurationFile="$LOGGING_CONFIG" \
com.aspectran.core.util.Aspectran
com.aspectran.core.Aspectran
}

start_aspectran() {
Expand Down
2 changes: 1 addition & 1 deletion app/bin/jsvc-daemon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ aspectran_version() {
-classpath "$CLASSPATH" \
-Dlogback.configurationFile="$LOGGING_CONFIG" \
-Daspectran.basePath="$BASE_DIR" \
com.aspectran.core.util.Aspectran
com.aspectran.core.Aspectran
return $?
}
version() {
Expand Down
2 changes: 1 addition & 1 deletion app/config/aspectran-config.apon
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ shell: {
|{{CYAN }} /_/ |_|____/ .___/|___/|___/|__/_/ |__(_(_/ /_/ Shell
|{{CYAN }}=========== /_/ =============================================
|{{reset }}
|{{RED }}Welcome To Aspectran Shell #{class:com.aspectran.core.util.Aspectran^version}
|{{RED }}Welcome To Aspectran Shell #{class:com.aspectran.core.Aspectran^version}
|{{reset }}
|If you want a list of all supported built-in commands, type '{{GREEN}}help{{reset}}'.
|To get help on a specific command, type '{{GREEN}}command_name -h{{reset}}'.
Expand Down

0 comments on commit aa01e07

Please sign in to comment.