Skip to content

Commit c5e1e7c

Browse files
Update update.sh
1 parent 2fb4661 commit c5e1e7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/_components/VersionDisplay.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export function VersionDisplay() {
241241
<div className="absolute top-full left-1/2 transform -translate-x-1/2 mt-2 px-3 py-2 bg-gray-900 dark:bg-gray-700 text-white text-xs rounded-lg shadow-lg opacity-0 group-hover:opacity-100 transition-opacity duration-200 pointer-events-none whitespace-nowrap z-10">
242242
<div className="text-center">
243243
<div className="font-semibold mb-1">How to update:</div>
244-
<div>Click the button to update</div>
244+
<div>Click the button to update, when installed via the helper script</div>
245245
<div>or update manually:</div>
246246
<div>cd $PVESCRIPTLOCAL_DIR</div>
247247
<div>git pull</div>

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ check_service() {
382382

383383
# Stop the application before updating
384384
stop_application() {
385-
log "Stopping application before update..."
385+
386386

387387
# Change to the application directory if we're not already there
388388
local app_dir

0 commit comments

Comments
 (0)