Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2014-04-01 02:52:30 +0400
committerKenneth Skovhede <kenneth@hexad.dk>2014-04-01 02:52:30 +0400
commitd3aa070a66ef2033a1581b5b8025cb3e9b9d2420 (patch)
treed6d7f9251a59e722968328fe6fbfb57a1d0252a7 /Installer
parent33ad22b70d0cb66f7cffc14b860a0904810d8d0d (diff)
Minor fix for the oem scrip
Diffstat (limited to 'Installer')
-rw-r--r--Installer/debian help/install-oem.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Installer/debian help/install-oem.sh b/Installer/debian help/install-oem.sh
index d7cd2aaf7..db79b7224 100644
--- a/Installer/debian help/install-oem.sh
+++ b/Installer/debian help/install-oem.sh
@@ -2,10 +2,10 @@
if [ -e ../oem.js ]; then
echo "Installing OEM script"
- cp ../oem.js build/usr/lib/duplicati/webroot/scripts/
+ cp ../oem.js build/lib/duplicati/webroot/scripts/
fi
if [ -e ../oem.css ]; then
echo "Installing OEM stylesheet"
- cp ../oem.css build/usr/lib/duplicati/webroot/stylesheets/
+ cp ../oem.css build/lib/duplicati/webroot/stylesheets/
fi